org.apache.maven.project
Class ProjectUtils

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

Deprecated.

@Deprecated
public final class ProjectUtils
extends java.lang.Object


Method Summary
static java.util.List<ArtifactRepository> buildArtifactRepositories(java.util.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 java.util.List<ArtifactRepository> buildArtifactRepositories(java.util.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-2009 The Apache Software Foundation. All Rights Reserved.