pgp:help
Full name:
org.kohsuke:pgp-maven-plugin:1.1:help
Description:
Display help information on pgp-maven-plugin.
Call
to display parameter details.
Call
mvn gpg-maven-plugin:help -Ddetail=true -Dgoal=<goal-name>
Attributes:
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
detail | boolean | - | If true, display all settable properties for each
goal. Default value is: false. |
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. Default value is: 2. |
lineLength | int | - | The maximum length of a display line, should be positive. Default value is: 80. |
Parameter Details
If true, display all settable properties for each
goal.
- Type: boolean
- Required: No
- Expression: ${detail}
- Default: false
goal:
The name of the goal for which to show help. If unspecified, all
goals will be displayed.
- Type: java.lang.String
- Required: No
- Expression: ${goal}
The number of spaces per indentation level, should be positive.
- Type: int
- Required: No
- Expression: ${indentSize}
- Default: 2
The maximum length of a display line, should be positive.
- Type: int
- Required: No
- Expression: ${lineLength}
- Default: 80