improved documentation on metadata requirements

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337988 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-13 21:54:24 +00:00
parent 8c8f049dc5
commit 5acafb5f28
1 changed files with 4 additions and 0 deletions

View File

@ -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.