Examples of ResourceStoreRequest


Examples of org.sonatype.nexus.proxy.ResourceStoreRequest

      throws Exception
  {
    rebuildMavenMetadata(inhouseRelease);

    final String path = "/org/apache/maven/plugins/maven-metadata.xml";
    assertNotNull(inhouseRelease.retrieveItem(new ResourceStoreRequest(path, false)));

    Metadata md = readMavenMetadata(retrieveFile(inhouseRelease, path));
    List<Plugin> plugins = md.getPlugins();
    assertNotNull(plugins);
    assertEquals(5, plugins.size());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.