Uses of Class
org.apache.maven.api.model.DistributionManagement.Builder
-
Uses of DistributionManagement.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionDistributionManagement.Builder.downloadUrl
(String downloadUrl) DistributionManagement.Builder.location
(Object key, InputLocation location) DistributionManagement.newBuilder()
Creates a newDistributionManagement
builder instance.DistributionManagement.newBuilder
(boolean withDefaults) Creates a newDistributionManagement
builder instance using default values or not.DistributionManagement.newBuilder
(DistributionManagement from) Creates a newDistributionManagement
builder instance using the specified object as a basis.DistributionManagement.newBuilder
(DistributionManagement from, boolean forceCopy) Creates a newDistributionManagement
builder instance using the specified object as a basis.DistributionManagement.Builder.relocation
(Relocation relocation) DistributionManagement.Builder.repository
(DeploymentRepository repository) DistributionManagement.Builder.snapshotRepository
(DeploymentRepository snapshotRepository) DistributionManagement.with()
Creates a new builder with this object as the basis.