Uses of Class
org.apache.maven.model.DeploymentRepository
-
Uses of DeploymentRepository in org.apache.maven.model
Modifier and TypeMethodDescriptionDeploymentRepository.clone()
DistributionManagement.getRepository()
DistributionManagement.getSnapshotRepository()
Modifier and TypeMethodDescriptionstatic List<DeploymentRepository>
DeploymentRepository.deploymentRepositoryToApiV3
(List<DeploymentRepository> list) Modifier and TypeMethodDescriptionvoid
DistributionManagement.setRepository
(DeploymentRepository repository) void
DistributionManagement.setSnapshotRepository
(DeploymentRepository snapshotRepository) Modifier and TypeMethodDescriptionstatic List<DeploymentRepository>
DeploymentRepository.deploymentRepositoryToApiV4
(List<DeploymentRepository> list) -
Uses of DeploymentRepository in org.apache.maven.project
Modifier and TypeMethodDescriptionstatic ArtifactRepository
ProjectUtils.buildDeploymentArtifactRepository
(DeploymentRepository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c) Deprecated.