Examples of Maven1Maven2ShadowRepositoryTemplate


Examples of org.sonatype.nexus.templates.repository.maven.Maven1Maven2ShadowRepositoryTemplate

          "Maven2 (proxy, release)", RepositoryPolicy.RELEASE));

      templates.add(new Maven2ProxyRepositoryTemplate(this, DEFAULT_PROXY_SNAPSHOT,
          "Maven2 (proxy, snapshot)", RepositoryPolicy.SNAPSHOT));

      templates.add(new Maven1Maven2ShadowRepositoryTemplate(this, DEFAULT_VIRTUAL_M1_M2,
          "Maven1 to Maven2 (virtual)"));

      templates.add(new Maven2Maven1ShadowRepositoryTemplate(this, DEFAULT_VIRTUAL_M2_M1,
          "Maven2 to Maven1 (virtual)"));
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.