diff --git a/maven-plugin-tools-ant/src/site/apt/index.apt b/maven-plugin-tools-ant/src/site/apt/index.apt index 8530f05..abfcf33 100644 --- a/maven-plugin-tools-ant/src/site/apt/index.apt +++ b/maven-plugin-tools-ant/src/site/apt/index.apt @@ -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 <<>>, + with {{{../maven-plugin-tools-model/plugin-metadata.html}plugin metadata}} in corresponding <<<.mojos.xml>>> file + to generate the plugin descriptor.