Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Maven Goals

Rimero Solutions edited this page Jul 29, 2013 · 2 revisions

Summary

Goal Description
wrapper:help Displays the Maven Wrapper plugin help.
wrapper:wrapper Generates the Maven Command Line Wrapper for the current project.

wrapper:wrapper

Full name

com.rimerosolutions.maven.plugins:wrapper-maven-plugin:0.0.1-SNAPSHOT:wrapper

Description

Generates a Maven Command Line Wrapper.

Maven will be downloaded if needed, and stored in your $HOME/.m2/maven/wrapper folder.

Attributes

A project is required. No thread-safety guarantees.

Optional parameters

Name Type Since Description
baseDistributionUrl String - Base distribution URL for the Maven binaries download. The default base distribution URL is https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven . User property is: baseDistributionUrl.
mavenVersion String - The Maven version to use for the generate wrapper User property is: mavenVersion.
wrapperDirectory String - The wrapper jar output folder. The default value is ‘maven’ and relative to the wrapper scripts directory. Default value is: ${basedir}/maven. User property is: wrapperDirectory.
wrapperScriptDirectory String - The wrapper scripts folder for Windows/Unix. Default value is: ${basedir}. User property is: wrapperScriptDirectory.

wrapper:help

Full name

com.rimerosolutions.maven.plugins:wrapper-maven-plugin:0.0.1-SNAPSHOT:help

Description

Display help information on maven-wrapper-plugin.

Call mvn wrapper:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.

Attributes

The goal is thread-safe and supports parallel builds. A project is required.

Optional parameters

Name Type Since Description
-detail boolean - If true, display all settable properties for each goal. Default value is: false. User property is: detail.
Default value is: false. User property is: detail.
goal String - The name of the goal for which to show help. If unspecified, all goals will be displayed.
User property is: goal.
indentSize int - The number of spaces per indentation level, should be positive.
Default Value is: indentSize
lineLength int - The maximum length of a display line, should be positive. Default value is: 80.
User property is: lineLength.