![JAR search and dependency download from the Maven repository](/logo.png)
org.jfrog.maven.annomojo.extractor.MavenHelper 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.
package org.jfrog.maven.annomojo.extractor;
import org.apache.maven.artifact.repository.ArtifactRepository;
/**
* Created by IntelliJ IDEA.
* User: yoavl
*/
public interface MavenHelper {
ArtifactRepository getLocalRepository() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy