org.apache.maven.project
Class ProjectUtils

java.lang.Object
  extended byorg.apache.maven.project.ProjectUtils

public final class ProjectUtils
extends Object


Method Summary
static List buildArtifactRepositories(List repositories, org.apache.maven.artifact.repository.ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer container)
           
static org.apache.maven.artifact.repository.ArtifactRepository buildArtifactRepository(org.apache.maven.model.Repository repo, org.apache.maven.artifact.repository.ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer container)
           
static org.apache.maven.artifact.repository.ArtifactRepository buildDeploymentArtifactRepository(org.apache.maven.model.DeploymentRepository repo, org.apache.maven.artifact.repository.ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildArtifactRepositories

public static List buildArtifactRepositories(List repositories,
                                             org.apache.maven.artifact.repository.ArtifactRepositoryFactory artifactRepositoryFactory,
                                             org.codehaus.plexus.PlexusContainer container)
                                      throws org.apache.maven.artifact.InvalidRepositoryException
Throws:
org.apache.maven.artifact.InvalidRepositoryException

buildDeploymentArtifactRepository

public static org.apache.maven.artifact.repository.ArtifactRepository buildDeploymentArtifactRepository(org.apache.maven.model.DeploymentRepository repo,
                                                                                                        org.apache.maven.artifact.repository.ArtifactRepositoryFactory artifactRepositoryFactory,
                                                                                                        org.codehaus.plexus.PlexusContainer container)
                                                                                                 throws org.apache.maven.artifact.InvalidRepositoryException
Throws:
org.apache.maven.artifact.InvalidRepositoryException

buildArtifactRepository

public static org.apache.maven.artifact.repository.ArtifactRepository buildArtifactRepository(org.apache.maven.model.Repository repo,
                                                                                              org.apache.maven.artifact.repository.ArtifactRepositoryFactory artifactRepositoryFactory,
                                                                                              org.codehaus.plexus.PlexusContainer container)
                                                                                       throws org.apache.maven.artifact.InvalidRepositoryException
Throws:
org.apache.maven.artifact.InvalidRepositoryException


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.