Example usage for org.apache.maven.artifact.factory ArtifactFactory interface-usage

List of usage examples for org.apache.maven.artifact.factory ArtifactFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.artifact.factory ArtifactFactory interface-usage.

Usage

From source file uk.ac.ox.oucs.plugins.CustomArtifactFactory.java

public class CustomArtifactFactory implements ArtifactFactory {
    // TODO: remove, it doesn't know the ones from the plugins
    private ArtifactHandlerManager artifactHandlerManager;

    public CustomArtifactFactory() {
    }