Full name:
org.apache.maven.plugins:maven-ant-plugin:2.1:help
Description:
Display help information on maven-ant-plugin. Call 'mvn ant:help -Ddetail=true' to display parameter details.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| detail | boolean |
- |
If true, display all settable properties for each
goal. Default value is: false. |
| indentSize | int |
- |
The number of spaces per indentation level. Default value is: 2. |
| lineLength | int |
- |
The maximum length of a display line. Default value is: 80. |
detail :
If true, display all settable properties for each
goal.
booleanNo${detail}falseThe number of spaces per indentation level.
intNo${indentSize}2The maximum length of a display line.
intNo${lineLength}80