Example usage for org.apache.maven.artifact.repository.layout ArtifactRepositoryLayout interface-usage

List of usage examples for org.apache.maven.artifact.repository.layout ArtifactRepositoryLayout interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.artifact.repository.layout ArtifactRepositoryLayout interface-usage.

Usage

From source file org.apache.archiva.converter.artifact.LegacyRepositoryLayout.java

/**
 * @author jdcasey
 */
public class LegacyRepositoryLayout implements ArtifactRepositoryLayout {

    private static final String PATH_SEPARATOR = "/";

From source file org.codehaus.mojo.appassembler.repository.FlatRepositoryLayout.java

/**
 * The code in this class is taken from DefaultRepositorylayout, located at:
 * http://svn.apache.org/viewvc/maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository
 * /layout/DefaultRepositoryLayout.java
 * 
 * @version $Id: FlatRepositoryLayout.java 18142 2013-04-01 12:09:59Z khmarbaise $

From source file org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout.java

@Component(role = ArtifactRepositoryLayout.class, hint = P2ArtifactRepositoryLayout.ID)
public class P2ArtifactRepositoryLayout implements ArtifactRepositoryLayout, ArtifactRepositoryLayout2 {
    public static final String ID = "p2";

    private static final ArtifactRepositoryPolicy DISABLED_POLICY = new ArtifactRepositoryPolicy(false,
            ArtifactRepositoryPolicy.UPDATE_POLICY_NEVER, ArtifactRepositoryPolicy.CHECKSUM_POLICY_IGNORE);

From source file org.jboss.forge.addon.maven.impl.P2ArtifactRepositoryLayout.java

/**
 * Implements support for p2 repository layouts
 *
 * @author <a href="mailto:ggastald@redhat.com">George Gastaldi</a>
 *
 */

From source file org.jboss.forge.addon.maven.projects.P2ArtifactRepositoryLayout.java

/**
 * Implements support for p2 repository layouts
 *
 * @author <a href="mailto:ggastald@redhat.com">George Gastaldi</a>
 *
 */

From source file org.jboss.forge.arquillian.maven.P2ArtifactRepositoryLayout.java

/**
 * Implements support for p2 repository layouts
 *
 * @author <a href="mailto:ggastald@redhat.com">George Gastaldi</a>
 *
 */

From source file org.jboss.forge.maven.P2ArtifactRepositoryLayout.java

/**
 * Implements support for p2 repository layouts
 *
 * @author <a href="mailto:ggastald@redhat.com">George Gastaldi</a>
 *
 */