|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentRepository | |
---|---|
org.apache.maven.model |
Uses of DeploymentRepository in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return DeploymentRepository | |
---|---|
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. |
Methods in org.apache.maven.model with parameters of type DeploymentRepository | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |