The goal
describe gives information about a maven plugin and lists its goals.
This goal can be used with any maven plugin including the
help plugin itself.
Usage: To use the goal describe (
mvn help:describe), you must specify either:
- a 'cmd' parameter,
- or a 'plugin' parameter,
- or both 'groupId' and 'artifactId' parameters.
To display the list of parameters of the goal
describe, use one of the following commands:
Here are some examples of how to use the goal
describe:
-
mvn help:describe -Dcmd=
<phase-name>
-
mvn help:describe -Dcmd=
<plugin-prefix:goal-name>
-
mvn help:describe -Dplugin=
<plugin-prefix>
-
mvn help:describe -Dplugin=
<plugin-group-id:plugin-artifact-id>
-
mvn help:describe -Dplugin=
<plugin-group-id:plugin-artifact-id:plugin-version>
-
mvn help:describe -DgroupId=
<plugin-group-id>
-DartifactId=<plugin-artifact-id>
-
mvn help:describe -DgroupId=
<plugin-group-id>
-DartifactId=<plugin-artifact-id>
-Dversion=<plugin-version>