Package org.sonatype.nexus.templates.repository.maven

Examples of org.sonatype.nexus.templates.repository.maven.Maven1HostedRepositoryTemplate.create()


    template.getConfigurableRepository().setIndexable(false);
    template.getConfigurableRepository().setId(id);
    template.getConfigurableRepository().setName(id);

    return template.create();
  }

  private MavenRepository createM1ProxyRepo(String id)
      throws Exception
  {
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.