This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
forked from bdemers/maven-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 5
Maven Goals
Rimero Solutions edited this page Jul 12, 2013
·
2 revisions
Goal | Description |
---|---|
wrapper:help | Displays the Maven Wrapper plugin help. |
wrapper:wrapper | Generates the Maven Command Line Wrapper for the current project. |
com.rimerosolutions.maven.plugins:wrapper-maven-plugin:0.0.1-SNAPSHOT:wrapper
Generates a Maven Command Line Wrapper.
Maven will be downloaded if needed, and stored in your $HOME/.m2/maven/wrapper
folder.
A project is required. No thread-safety guarantees.
Name | Type | Since | Description |
---|---|---|---|
baseDistributionUrl | String | - | The base URL where Maven will be fetched from. The default value is |
https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven | |||
wrapperDirectory | String | - | Wrapper support files output folder. It must be a sub-folder of the project. |
The relative directory will be auto-created if it doesn’t exists. | |||
The default value is ${basedir}/maven . |
com.rimerosolutions.maven.plugins:wrapper-maven-plugin:0.0.1-SNAPSHOT:help
Display help information on maven-wrapper-plugin.
Call mvn wrapper:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.
The goal is thread-safe and supports parallel builds. A project is required.
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. |