META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-plugin-tools-anno Show documentation
Show all versions of maven-plugin-tools-anno Show documentation
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.
<component-set> <components> <!-- | | AnnoMojoDescriptorExtractor, a MojoDescriptor extractor to read | descriptors from java sources. | --> <component> <role>org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor</role> <role-hint>javaanno</role-hint> <implementation>org.jfrog.maven.annomojo.extractor.AnnoMojoDescriptorExtractor</implementation> </component> </components> </component-set>