Uses of Class
org.apache.maven.model.DistributionManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of DistributionManagement in org.apache.maven.model
Modifier and TypeMethodDescriptionDistributionManagement.clone()
Method clone.ModelBase.getDistributionManagement()
Get distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.Modifier and TypeMethodDescriptionvoid
ModelBase.setDistributionManagement
(DistributionManagement distributionManagement) Set distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively. -
Uses of DistributionManagement in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected void
ModelMerger.mergeDistributionManagement
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDistributionManagement_DownloadUrl
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDistributionManagement_Repository
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDistributionManagement_Site
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDistributionManagement_SnapshotRepository
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeDistributionManagement_Status
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context)