org.apache.maven.project
Class ProjectUtils

java.lang.Object
  extended by org.apache.maven.project.ProjectUtils

Deprecated.

@Deprecated
public final class ProjectUtils
extends Object


Method Summary
static List<ArtifactRepository> buildArtifactRepositories(List<Repository> repositories, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c)
          Deprecated.  
static ArtifactRepository buildArtifactRepository(Repository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c)
          Deprecated.  
static ArtifactRepository buildDeploymentArtifactRepository(DeploymentRepository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildArtifactRepositories

public static List<ArtifactRepository> buildArtifactRepositories(List<Repository> repositories,
                                                                 ArtifactRepositoryFactory artifactRepositoryFactory,
                                                                 org.codehaus.plexus.PlexusContainer c)
                                                          throws InvalidRepositoryException
Deprecated. 
Throws:
InvalidRepositoryException

buildDeploymentArtifactRepository

public static ArtifactRepository buildDeploymentArtifactRepository(DeploymentRepository repo,
                                                                   ArtifactRepositoryFactory artifactRepositoryFactory,
                                                                   org.codehaus.plexus.PlexusContainer c)
                                                            throws InvalidRepositoryException
Deprecated. 
Throws:
InvalidRepositoryException

buildArtifactRepository

public static ArtifactRepository buildArtifactRepository(Repository repo,
                                                         ArtifactRepositoryFactory artifactRepositoryFactory,
                                                         org.codehaus.plexus.PlexusContainer c)
                                                  throws InvalidRepositoryException
Deprecated. 
Throws:
InvalidRepositoryException


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.