Uses of Class
org.apache.maven.model.DeploymentRepository
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of DeploymentRepository in org.apache.maven.model
Modifier and TypeMethodDescriptionDeploymentRepository.clone()
Method clone.DistributionManagement.getRepository()
Get information needed to deploy the artifacts generated by the project to a remote repository.DistributionManagement.getSnapshotRepository()
Get where to deploy snapshots of artifacts to.Modifier and TypeMethodDescriptionvoid
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. -
Uses of DeploymentRepository in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected void
ModelMerger.mergeDeploymentRepository
(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDeploymentRepository_UniqueVersion
(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context)