improved documentation on metadata requirements
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337988 13f79535-47bb-0310-9956-ffa450edef68master
parent
8c8f049dc5
commit
5acafb5f28
|
|
@ -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
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue