Package net.sourceforge.jivalo.plugin.maven.stub

Examples of net.sourceforge.jivalo.plugin.maven.stub.MavenProjectBasicStub


        assertNotNull( mojo );
       
        String testBaseDir = getBasedir()+"/target/test-classes/unit/core/test-project";
       
        MavenProjectBasicStub mavenProject =
            new MavenProjectBasicStub(testBaseDir
                    , "net.sourceforge.jivalo"
                    , "test-project");
       
        setVariableValueToObject( mojo, "project", mavenProject );
       
View Full Code Here

TOP

Related Classes of net.sourceforge.jivalo.plugin.maven.stub.MavenProjectBasicStub

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.