From 5acafb5f28790b84f12ef5fadb1dc769f5ba5801 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sun, 13 May 2012 21:54:24 +0000 Subject: [PATCH] improved documentation on metadata requirements git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337988 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-tools-ant/src/site/apt/index.apt | 4 ++++ 1 file changed, 4 insertions(+) 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.