All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.plexus.components.xml Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.4.1
Show newest version
<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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy