| Package | Description |
|---|---|
| org.apache.maven.model | |
| org.apache.maven.project |
| Modifier and Type | Method and Description |
|---|---|
DeploymentRepository |
DistributionManagement.getRepository()
Get information needed to deploy the artifacts generated by
the project to a
remote repository.
|
DeploymentRepository |
DistributionManagement.getSnapshotRepository()
Get where to deploy snapshots of artifacts to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistributionManagement.setRepository(DeploymentRepository repository)
Set information needed to deploy the artifacts generated by
the project to a
remote repository.
|
void |
DistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository)
Set where to deploy snapshots of artifacts to.
|
| Modifier and Type | Method and Description |
|---|---|
static DeploymentRepository |
ModelUtils.cloneDeploymentRepository(DeploymentRepository src) |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactRepository |
ProjectUtils.buildDeploymentArtifactRepository(DeploymentRepository repo,
ArtifactRepositoryFactory artifactRepositoryFactory,
org.codehaus.plexus.PlexusContainer container) |
static DeploymentRepository |
ModelUtils.cloneDeploymentRepository(DeploymentRepository src) |
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.