Package org.sonatype.nexus.proxy.maven.maven1

Examples of org.sonatype.nexus.proxy.maven.maven1.M1LayoutedM2ShadowRepositoryConfiguration


    extends AbstractMavenRepositoryTemplate
{
  public Maven1ProxyRepositoryTemplate(DefaultRepositoryTemplateProvider provider, String id, String description,
                                       RepositoryPolicy repositoryPolicy)
  {
    super(provider, id, description, new Maven1ContentClass(), MavenProxyRepository.class, repositoryPolicy);
  }
View Full Code Here


    extends AbstractMavenRepositoryTemplate
{
  public Maven2Maven1ShadowRepositoryTemplate(DefaultRepositoryTemplateProvider provider, String id,
                                              String description)
  {
    super(provider, id, description, new Maven1ContentClass(), MavenShadowRepository.class, null);
  }
View Full Code Here

public class Maven1GroupRepositoryTemplate
    extends AbstractMavenRepositoryTemplate
{
  public Maven1GroupRepositoryTemplate(DefaultRepositoryTemplateProvider provider, String id, String description) {
    super(provider, id, description, new Maven1ContentClass(), MavenGroupRepository.class, null);
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.proxy.maven.maven1.M1LayoutedM2ShadowRepositoryConfiguration

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.