Maven Plugin Tool for Ant
This Mojo descriptor extractor is deprecated and should no longer be used. With Maven 4 only Java based Mojos will be supported. Use Java and rely on Maven Plugin Tool for Annotations instead.
The Maven Plugin Tool for Ant is the ant
implementation of 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 plugin metadata in corresponding .mojos.xml
file to generate the plugin descriptor.