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 TypeMethodDescriptionDistributionManagement.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.