Uses of Class
org.apache.maven.model.DistributionManagement
Packages that use DistributionManagement
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
Uses of DistributionManagement in org.apache.maven.model
Fields in org.apache.maven.model declared as DistributionManagementModifier and TypeFieldDescriptionprivate 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 DistributionManagementModifier 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.Methods in org.apache.maven.model with parameters of type DistributionManagementModifier and TypeMethodDescriptionvoidModelBase.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 DistributionManagementModifier and TypeMethodDescriptionprivate 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 DistributionManagementModifier and TypeMethodDescriptionprivate 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 DistributionManagementModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeDistributionManagement(DistributionManagement distributionManagement, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDistributionManagement.private voidMavenXpp3WriterEx.writeDistributionManagement(DistributionManagement distributionManagement, 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 DistributionManagementModifier and TypeMethodDescriptionprotected voidModelMerger.mergeDistributionManagement(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeDistributionManagement_DownloadUrl(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenModelMerger.mergeDistributionManagement_Repository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeDistributionManagement_Repository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenModelMerger.mergeDistributionManagement_Site(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeDistributionManagement_Site(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenModelMerger.mergeDistributionManagement_SnapshotRepository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeDistributionManagement_SnapshotRepository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.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 TypeMethodDescriptionvoidMavenProject.setDistributionManagement(DistributionManagement distributionManagement)