You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/13 23:54:25 UTC

svn commit: r1337988 - /maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt

Author: hboutemy
Date: Sun May 13 21:54:24 2012
New Revision: 1337988

URL: http://svn.apache.org/viewvc?rev=1337988&view=rev
Log:
improved documentation on metadata requirements

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt

Modified: maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt?rev=1337988&r1=1337987&r2=1337988&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-ant/src/site/apt/index.apt Sun May 13 21:54:24 2012
@@ -30,3 +30,7 @@ Maven Plugin Tool for Ant
 
  The Maven Plugin Tool for Ant is the Ant impl of {{{../maven-plugin-tools-api/index.html}maven-plugin-tools-api}} to
  extract descriptors for plugins written in Ant.
+
+ An Ant Maven Plugin has to be written in a file ending in <<<.build.xml>>> in <<<src/main/scripts>>>,
+ with {{{../maven-plugin-tools-model/plugin-metadata.html}plugin metadata}} in corresponding <<<.mojos.xml>>> file
+ to generate the plugin descriptor.