Uses of Class
org.apache.maven.model.DeploymentRepository
Packages that use DeploymentRepository
-
Uses of DeploymentRepository in org.apache.maven.model
Methods in org.apache.maven.model that return DeploymentRepositoryModifier and TypeMethodDescriptionDeploymentRepository.clone()DistributionManagement.getRepository()DistributionManagement.getSnapshotRepository()Methods in org.apache.maven.model that return types with arguments of type DeploymentRepositoryModifier and TypeMethodDescriptionstatic List<DeploymentRepository>DeploymentRepository.deploymentRepositoryToApiV3(List<DeploymentRepository> list) Methods in org.apache.maven.model with parameters of type DeploymentRepositoryModifier and TypeMethodDescriptionvoidDistributionManagement.setRepository(DeploymentRepository repository) voidDistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository) Method parameters in org.apache.maven.model with type arguments of type DeploymentRepositoryModifier and TypeMethodDescriptionstatic List<DeploymentRepository>DeploymentRepository.deploymentRepositoryToApiV4(List<DeploymentRepository> list) -
Uses of DeploymentRepository in org.apache.maven.model.merge
Methods 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)