deploy:help
Full name:
org.apache.maven.plugins:maven-deploy-plugin:4.0.0-beta-1:help
Description:
Display help information on maven-deploy-plugin.
 Call mvn deploy:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <detail> | boolean | - | If true, display all settable properties for each goal. | 
| <goal> | String | - | The name of the goal for which to show help. If unspecified, all goals will be displayed. | 
| <indentSize> | int | - | The number of spaces per indentation level, should be positive. | 
| <lineLength> | int | - | The maximum length of a display line, should be positive. | 
Parameter Details
<detail>
If 
true, display all settable properties for each goal.- Type: boolean
- Required: No
<goal>
The name of the goal for which to show help. If unspecified, all goals will be displayed.
- Type: java.lang.String
- Required: No
<indentSize>
The number of spaces per indentation level, should be positive.
- Type: int
- Required: No
<lineLength>
The maximum length of a display line, should be positive.
- Type: int
- Required: No


