From 16b822ef919fa6e4e92e34c96eabcfd86c35a6e0 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 4 Jun 2012 22:15:52 +0000 Subject: [PATCH] removed complex explanation not necessary in intro git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1346181 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/apt/index.apt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/index.apt b/maven-plugin-plugin/src/site/apt/index.apt index 906e8e1..62f0b53 100644 --- a/maven-plugin-plugin/src/site/apt/index.apt +++ b/maven-plugin-plugin/src/site/apt/index.apt @@ -47,8 +47,7 @@ Maven Plugin Plugin * {{{./xdoc-mojo.html}plugin:xdoc}} generates Xdoc files for the project mojos or goals. * {{{./addPluginArtifactMetadata-mojo.html}plugin:addPluginArtifactMetadata}} injects any plugin-specific artifact - metadata to the project's artifact, for subsequent installation and deployment. The first use-case for this - is to add the LATEST metadata (which is plugin-specific) for shipping alongside the plugin's artifact. + 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.