From a1e15b0b7baee52959c80926c14a838e7e9e2b8b Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 20 Jul 2013 20:50:01 +0000 Subject: [PATCH] reordered goals in list git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1505205 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/apt/index.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/index.apt b/maven-plugin-plugin/src/site/apt/index.apt index 921d00c..e9d9c4b 100644 --- a/maven-plugin-plugin/src/site/apt/index.apt +++ b/maven-plugin-plugin/src/site/apt/index.apt @@ -42,11 +42,11 @@ Maven Plugin Plugin * {{{./report-mojo.html}plugin:report}} generates the plugin documentation report, listing each goal provided and general configuration information (see {{{./plugin-info.html}example}}), + * {{{./xdoc-mojo.html}plugin:xdoc}} generates documentation (as xdoc files) for each mojo (goals), + * {{{./updateRegistry-mojo.html}plugin:updateRegistry}} updates the user plugin registry (if it's in use) to reflect the version being installed, - * {{{./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,