ossindex:help
Display help information on ossindex-maven-plugin.
Call mvn ossindex:help -Ddetail=true
-Dgoal=<goal-name>
to display parameter details.
- Full name
- org.sonatype.ossindex.maven:ossindex-maven-plugin:3.1.0:help
- Requires Project
- false
- Requires Online
- false
- Requires Direct Invocation
- false
- Thread-safe
- true
Parameters
4 parameters
Name |
Type |
Since |
Description |
detail |
boolean |
|
If true , display all settable properties for each
goal. |
goal |
java.lang.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. |
detail
If true
, display all settable properties for each
goal.
- Type
- boolean
- Required
- false
- Default Value
- false
- User Property
- ${detail}
goal
The name of the goal for which to show help. If unspecified, all
goals will be displayed.
- Type
- java.lang.String
- Required
- false
- User Property
- ${goal}
indentSize
The number of spaces per indentation level, should be positive.
- Type
- int
- Required
- false
- Default Value
- 2
- User Property
- ${indentSize}
lineLength
The maximum length of a display line, should be positive.
- Type
- int
- Required
- false
- Default Value
- 80
- User Property
- ${lineLength}