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 org.jfrog.maven.maven-plugin-tools-anno Show documentation
Show all versions of org.jfrog.maven.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.
The newest version!
<!-- ~ Copyright (C) 2010 JFrog Ltd. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <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>