AnnoMojo API · Maven Anno Mojo module with all the JDK 1.5 annotations needed when writing maven plugin classes (Mojo). Every maven plugins using Anno Mojo should be directly or transitively dependant on this POM.
Group: org.jfrog.maven.annomojo - All Dependencies
maven-plugin-anno
1.4.1
maven-plugin-tools-anno
1.4.1
AnnoMojo Extractor · Maven Anno Mojo module conatining the implementation of the MojoDescriptorExtractor used by the plugin maven-plugin-plugin. This POM override the standard java MojoDescriptorExtractor to avoid qdox parsing error. Adding this module as a dependencies to maven-plugin-plugin will stop the xdoclet plugin system is from being activated, and will activate this annotations processor instead.
maven-plugin-anno-parent
1.4.1
AnnoMojo Parent · Maven2 maven-plugin-plugin extension that allows writing annotated Mojos using JDK 1.5 annotations instead of doclet comments.