improved description

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1470122 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2013-04-20 07:37:43 +00:00
parent d827052906
commit d7d64cbe0e
1 changed files with 6 additions and 5 deletions

View File

@ -37,17 +37,18 @@ Maven Plugin Plugin
The Plugin Plugin has six goals:
* {{{./descriptor-mojo.html}plugin:descriptor}} generates a plugin descriptor.
* {{{./descriptor-mojo.html}plugin:descriptor}} generates a plugin descriptor,
* {{{./report-mojo.html}plugin:report}} generates the plugin documentation report.
* {{{./report-mojo.html}plugin:report}} generates the plugin documentation report, listing each goal provided
and general configuration information (see {{{./plugin-info.html}example}}),
* {{{./updateRegistry-mojo.html}plugin:updateRegistry}} updates the user plugin registry (if it's in use) to
reflect the version being installed.
reflect the version being installed,
* {{{./xdoc-mojo.html}plugin:xdoc}} generates Xdoc files for the project mojos or goals.
* {{{./xdoc-mojo.html}plugin:xdoc}} generates documentation (as xdoc files) for each mojo (goals),
* {{{./addPluginArtifactMetadata-mojo.html}plugin:addPluginArtifactMetadata}} injects any plugin-specific artifact
metadata to the project's artifact, for subsequent installation and deployment.
metadata to the project's artifact, for subsequent installation and deployment,
* {{{./helpmojo-mojo.html}plugin:helpmojo}} generates a help mojo which describes all mojos in a plugin.