Uses of Class
org.apache.maven.api.model.DistributionManagement
-
Uses of DistributionManagement in org.apache.maven.api.model
Modifier and TypeMethodDescriptionDistributionManagement.Builder.build()
ModelBase.getDistributionManagement()
Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.static DistributionManagement
DistributionManagement.newInstance()
Creates a newDistributionManagement
instance.static DistributionManagement
DistributionManagement.newInstance
(boolean withDefaults) Creates a newDistributionManagement
instance using default values or not.DistributionManagement.withDownloadUrl
(String downloadUrl) Creates a newDistributionManagement
instance using the specified downloadUrl.DistributionManagement.withRelocation
(Relocation relocation) Creates a newDistributionManagement
instance using the specified relocation.DistributionManagement.withRepository
(DeploymentRepository repository) Creates a newDistributionManagement
instance using the specified repository.Creates a newDistributionManagement
instance using the specified site.DistributionManagement.withSnapshotRepository
(DeploymentRepository snapshotRepository) Creates a newDistributionManagement
instance using the specified snapshotRepository.DistributionManagement.withStatus
(String status) Creates a newDistributionManagement
instance using the specified status.Modifier and TypeMethodDescriptionModel.Builder.distributionManagement
(DistributionManagement distributionManagement) ModelBase.Builder.distributionManagement
(DistributionManagement distributionManagement) Profile.Builder.distributionManagement
(DistributionManagement distributionManagement) 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.Model.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModel
instance using the specified distributionManagement.ModelBase.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModelBase
instance using the specified distributionManagement.Profile.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newProfile
instance using the specified distributionManagement.