Uses of Class
org.apache.maven.model.DistributionManagement
Packages that use DistributionManagement
Package
Description
POM merger.
-
Uses of DistributionManagement in org.apache.maven.model
Methods in org.apache.maven.model that return DistributionManagementModifier and TypeMethodDescriptionDistributionManagement.clone()
ModelBase.getDistributionManagement()
Methods in org.apache.maven.model that return types with arguments of type DistributionManagementModifier and TypeMethodDescriptionstatic List<DistributionManagement>
DistributionManagement.distributionManagementToApiV3
(List<DistributionManagement> list) Methods in org.apache.maven.model with parameters of type DistributionManagementModifier and TypeMethodDescriptionvoid
ModelBase.setDistributionManagement
(DistributionManagement distributionManagement) Method parameters in org.apache.maven.model with type arguments of type DistributionManagementModifier and TypeMethodDescriptionstatic List<DistributionManagement>
DistributionManagement.distributionManagementToApiV4
(List<DistributionManagement> list) -
Uses of DistributionManagement in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type DistributionManagementModifier 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
MavenModelMerger.mergeDistributionManagement_Repository
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) Deprecated.protected void
ModelMerger.mergeDistributionManagement_Repository
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenModelMerger.mergeDistributionManagement_Site
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) Deprecated.protected void
ModelMerger.mergeDistributionManagement_Site
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenModelMerger.mergeDistributionManagement_SnapshotRepository
(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) Deprecated.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) -
Uses of DistributionManagement in org.apache.maven.project
Methods in org.apache.maven.project that return DistributionManagementMethods in org.apache.maven.project with parameters of type DistributionManagementModifier and TypeMethodDescriptionvoid
MavenProject.setDistributionManagement
(DistributionManagement distributionManagement)