Full name:
org.apache.maven.plugins:maven-help-plugin:2.1.1:describe
Description:
Attributes:
2.0.| Name | Type | Since | Description |
|---|---|---|---|
| artifactId | String |
2.0 |
The Maven Plugin artifactId to describe. Note: Should be used with groupId parameter. |
| cmd | String |
2.1 |
A Maven command like a single goal or a single phase following the
Maven command line: mvn [options] [<goal(s)>] [<phase(s)>] |
| detail | boolean |
2.1, was |
This flag specifies that a detailed (verbose) list of goal (Mojo)
information should be given. Default value is: false. |
| goal | String |
2.1, was |
The goal name of a Mojo to describe within the specified Maven
Plugin. If this parameter is specified, only the corresponding goal
(Mojo) will be described, rather than the whole Plugin. |
| groupId | String |
2.0 |
The Maven Plugin groupId to describe. Note: Should be used with artifactId parameter. |
| medium | boolean |
2.0.2 |
This flag specifies that a medium list of goal (Mojo) information
should be given. Default value is: true. |
| minimal | boolean |
2.1 |
This flag specifies that a minimal list of goal (Mojo) information
should be given. Default value is: false. |
| output | File |
2.0 |
Optional parameter to write the output of this help in a given
file, instead of writing to the console. Note: Could be a relative path. |
| plugin | String |
2.0 |
The Maven Plugin to describe. This must be specified in one of
three ways:
|
| version | String |
2.0 |
The Maven Plugin version to describe. Note: Should be used with groupId/artifactId
parameters. |
artifactId to describe. groupId parameter.java.lang.String2.0No${artifactId}cmd:
mvn [options] [<goal(s)>] [<phase(s)>]java.lang.String2.1No${cmd}boolean2.1, was full in 2.0.xNo${detail}falsegoal:
java.lang.String2.1, was mojo in 2.0.xNo${goal}groupId to describe. artifactId parameter.java.lang.String2.0No${groupId}boolean2.0.2No${medium}trueboolean2.1No${minimal}falsejava.io.File2.0No${output}java.lang.String2.0No${plugin}version to describe. groupId/artifactId
parameters.java.lang.String2.0No${version}