| Package | Description |
|---|---|
| org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model.
|
| org.apache.maven.model.merge |
POM merger.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentRepository |
DeploymentRepository.clone()
Method clone.
|
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
Set information needed to deploy the artifacts generated by the project to a remote repository.
|
void |
DistributionManagement.setSnapshotRepository(DeploymentRepository
Set where to deploy snapshots of artifacts to.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelMerger.mergeDeploymentRepository_UniqueVersion(DeploymentRepository
|
protected void |
ModelMerger.mergeDeploymentRepository(DeploymentRepository
|