| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | 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 | 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.
|