Uses of Class
org.apache.maven.model.DeploymentRepository
Packages that use DeploymentRepository
Package
Description
Maven POM (Project Object Model) classes, generated from 
maven.mdo model.POM merger.
- 
Uses of DeploymentRepository in org.apache.maven.modelMethods in org.apache.maven.model that return DeploymentRepositoryModifier 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.Methods in org.apache.maven.model with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionvoidDistributionManagement.setRepository(DeploymentRepository repository) Set information needed to deploy the artifacts generated by the project to a remote repository.voidDistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository) Set where to deploy snapshots of artifacts to.
- 
Uses of DeploymentRepository in org.apache.maven.model.mergeMethods in org.apache.maven.model.merge with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionprotected voidModelMerger.mergeDeploymentRepository(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeDeploymentRepository_UniqueVersion(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object, Object> context) 
- 
Uses of DeploymentRepository in org.apache.maven.projectMethods in org.apache.maven.project with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionstatic ArtifactRepositoryProjectUtils.buildDeploymentArtifactRepository(DeploymentRepository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c) Deprecated.