Uses of Class
org.apache.maven.model.DeploymentRepository
-
Packages that use DeploymentRepository Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of DeploymentRepository in org.apache.maven.model
Methods in org.apache.maven.model that return DeploymentRepository Modifier and Type Method Description DeploymentRepositoryDeploymentRepository. clone()Method clone.DeploymentRepositoryDistributionManagement. getRepository()Get information needed to deploy the artifacts generated by the project to a remote repository.DeploymentRepositoryDistributionManagement. getSnapshotRepository()Get where to deploy snapshots of artifacts to.Methods in org.apache.maven.model with parameters of type DeploymentRepository Modifier and Type Method Description voidDistributionManagement. 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.merge
Methods in org.apache.maven.model.merge with parameters of type DeploymentRepository Modifier and Type Method Description protected voidModelMerger. mergeDeploymentRepository(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeDeploymentRepository_UniqueVersion(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-