View Source

h3. {anchor:help}confluence-reporting:help
{quote}
Display help information on confluence-reporting-maven-plugin.\
Call {{mvn confluence-reporting:help -Ddetail=true -Dgoal=<goal-name>}} to display parameter details.
{quote}

h4. Mojo Attributes

h4. Optional Parameters

||Name||Type||Description||
|[detail|#detail]|boolean|If {{true}}, display all settable properties for each goal. Default value is false|
|[goal|#goal]|String|The name of the goal for which to show help. If unspecified, all goals will be displayed.|
|[indentSize|#indentSize]|int|The number of spaces per indentation level, should be positive. Default value is 2|
|[lineLength|#lineLength]|int|The maximum length of a display line, should be positive. Default value is 80|
h4. Parameter Details

h5. {anchor:detail}detail
If {{true}}, display all settable properties for each goal.
||Type|boolean|
||Required|No|
||Expression|$\{detail\}|
||Default|false|
h5. {anchor:goal}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\}|
h5. {anchor:indentSize}indentSize
The number of spaces per indentation level, should be positive.
||Type|int|
||Required|No|
||Expression|$\{indentSize\}|
||Default|2|
h5. {anchor:lineLength}lineLength
The maximum length of a display line, should be positive.
||Type|int|
||Required|No|
||Expression|$\{lineLength\}|
||Default|80|