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.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger.org.apache.maven.project -
-
Uses of DistributionManagement in org.apache.maven.model
Fields in org.apache.maven.model declared as DistributionManagement Modifier and Type Field Description private DistributionManagementModelBase. distributionManagementDistribution 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 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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type DistributionManagement Modifier and Type Method Description private voidStringVisitorModelInterpolator.ModelVisitor. visit(DistributionManagement distributionManagement) -
Uses of DistributionManagement in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return DistributionManagement Modifier and Type Method Description private DistributionManagementMavenXpp3Reader. parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseDistributionManagement.private DistributionManagementMavenXpp3ReaderEx. parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source)Method parseDistributionManagement.Methods in org.apache.maven.model.io.xpp3 with parameters of type DistributionManagement Modifier and Type Method Description private voidMavenXpp3Writer. writeDistributionManagement(DistributionManagement distributionManagement, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeDistributionManagement.private voidMavenXpp3WriterEx. writeDistributionManagement(DistributionManagement distributionManagement, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeDistributionManagement. -
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 voidMavenModelMerger. mergeDistributionManagement_Repository(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 voidMavenModelMerger. mergeDistributionManagement_Site(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 voidMavenModelMerger. mergeDistributionManagement_SnapshotRepository(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) -
Uses of DistributionManagement in org.apache.maven.project
Methods in org.apache.maven.project that return DistributionManagement Modifier and Type Method Description DistributionManagementMavenProject. getDistributionManagement()Methods in org.apache.maven.project with parameters of type DistributionManagement Modifier and Type Method Description voidMavenProject. setDistributionManagement(DistributionManagement distributionManagement)
-