Package org.sonatype.nexus.test.booter

Examples of org.sonatype.nexus.test.booter.EmbeddedNexusBooter


  public NexusStatusUtil() {
    int port = TestProperties.getInteger("nexus.application.port");
    File dir = new File(TestProperties.getAll().get("nexus.base.dir")).getAbsoluteFile();
    try {
      nexusBooter = new EmbeddedNexusBooter(dir, port);
    }
    catch (Exception e) {
      throw Throwables.propagate(e);
    }
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.test.booter.EmbeddedNexusBooter

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.