Package org.apache.maven.artifact.handler

Examples of org.apache.maven.artifact.handler.MockArtifactHandler


    protected void setUp()
        throws Exception
    {
        super.setUp();
        artifactHandler = new MockArtifactHandler();
        versionRange = VersionRange.createFromVersion( version );
        artifact = new DefaultArtifact( groupId, artifactId, versionRange, scope, type, classifier, artifactHandler );
    }
View Full Code Here

TOP

Related Classes of org.apache.maven.artifact.handler.MockArtifactHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.