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

org.jfrog.maven.annomojo.extractor.MavenHelper 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
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