| Package | Description |
|---|---|
| org.apache.maven.artifact.repository | |
| org.apache.maven.project |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactRepositoryFactory |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> |
ProjectUtils.buildArtifactRepositories(java.util.List<org.apache.maven.model.Repository> repositories,
ArtifactRepositoryFactory artifactRepositoryFactory,
org.codehaus.plexus.PlexusContainer c)
Deprecated.
|
static org.apache.maven.artifact.repository.ArtifactRepository |
ProjectUtils.buildArtifactRepository(org.apache.maven.model.Repository repo,
ArtifactRepositoryFactory artifactRepositoryFactory,
org.codehaus.plexus.PlexusContainer c)
Deprecated.
|
static org.apache.maven.artifact.repository.ArtifactRepository |
ProjectUtils.buildDeploymentArtifactRepository(org.apache.maven.model.DeploymentRepository repo,
ArtifactRepositoryFactory artifactRepositoryFactory,
org.codehaus.plexus.PlexusContainer c)
Deprecated.
|