Package org.sonatype.aether.test.impl

Examples of org.sonatype.aether.test.impl.TestRepositorySystemSession


        throws IOException
    {
        repository =
            new RemoteRepository( "test", "default",
                                  TestFileUtils.createTempDir( "test-remote-repository" ).toURL().toString() );
        session = new TestRepositorySystemSession();
        layout = new MavenDefaultLayout();
    }
View Full Code Here

TOP

Related Classes of org.sonatype.aether.test.impl.TestRepositorySystemSession

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.