Uses of Class
org.apache.maven.api.model.DeploymentRepository
-
Uses of DeploymentRepository in org.apache.maven.api.model
Modifier and TypeMethodDescriptionDeploymentRepository.Builder.build()
DistributionManagement.getRepository()
Information needed to deploy the artifacts generated by the project to a remote repository.DistributionManagement.getSnapshotRepository()
Where to deploy snapshots of artifacts to.static DeploymentRepository
DeploymentRepository.newInstance()
Creates a newDeploymentRepository
instance.static DeploymentRepository
DeploymentRepository.newInstance
(boolean withDefaults) Creates a newDeploymentRepository
instance using default values or not.Creates a newDeploymentRepository
instance using the specified id.DeploymentRepository.withLayout
(String layout) Creates a newDeploymentRepository
instance using the specified layout.Creates a newDeploymentRepository
instance using the specified name.DeploymentRepository.withReleases
(RepositoryPolicy releases) Creates a newDeploymentRepository
instance using the specified releases.DeploymentRepository.withSnapshots
(RepositoryPolicy snapshots) Creates a newDeploymentRepository
instance using the specified snapshots.DeploymentRepository.withUniqueVersion
(boolean uniqueVersion) Creates a newDeploymentRepository
instance using the specified uniqueVersion.Creates a newDeploymentRepository
instance using the specified url.Modifier and TypeMethodDescriptionstatic DeploymentRepository.Builder
DeploymentRepository.newBuilder
(DeploymentRepository from) Creates a newDeploymentRepository
builder instance using the specified object as a basis.static DeploymentRepository.Builder
DeploymentRepository.newBuilder
(DeploymentRepository from, boolean forceCopy) Creates a newDeploymentRepository
builder instance using the specified object as a basis.DistributionManagement.Builder.repository
(DeploymentRepository repository) DistributionManagement.Builder.snapshotRepository
(DeploymentRepository snapshotRepository) DistributionManagement.withRepository
(DeploymentRepository repository) Creates a newDistributionManagement
instance using the specified repository.DistributionManagement.withSnapshotRepository
(DeploymentRepository snapshotRepository) Creates a newDistributionManagement
instance using the specified snapshotRepository.