Uses of Class
org.apache.maven.model.DistributionManagement
-
Packages that use DistributionManagement Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of DistributionManagement in org.apache.maven.model
Methods in org.apache.maven.model that return DistributionManagement Modifier and Type Method Description DistributionManagementDistributionManagement. clone()Method clone.DistributionManagementModelBase. getDistributionManagement()Get distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively.Methods in org.apache.maven.model with parameters of type DistributionManagement Modifier and Type Method Description voidModelBase. 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
Methods in org.apache.maven.model.merge with parameters of type DistributionManagement Modifier and Type Method Description protected voidModelMerger. mergeDistributionManagement(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeDistributionManagement_DownloadUrl(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeDistributionManagement_Repository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeDistributionManagement_Site(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeDistributionManagement_SnapshotRepository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeDistributionManagement_Status(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-