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.mdo
model.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdo
model.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 DistributionManagement
ModelBase. distributionManagement
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 that return DistributionManagement Modifier and Type Method Description DistributionManagement
DistributionManagement. clone()
Method clone.DistributionManagement
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 DistributionManagement Modifier and Type Method Description void
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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type DistributionManagement Modifier and Type Method Description private void
StringVisitorModelInterpolator.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 DistributionManagement
MavenXpp3Reader. parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseDistributionManagement.private DistributionManagement
MavenXpp3ReaderEx. 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 void
MavenXpp3Writer. writeDistributionManagement(DistributionManagement distributionManagement, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDistributionManagement.private void
MavenXpp3WriterEx. 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 void
ModelMerger. mergeDistributionManagement(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeDistributionManagement_DownloadUrl(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
MavenModelMerger. mergeDistributionManagement_Repository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeDistributionManagement_Repository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
MavenModelMerger. mergeDistributionManagement_Site(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeDistributionManagement_Site(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
MavenModelMerger. mergeDistributionManagement_SnapshotRepository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeDistributionManagement_SnapshotRepository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. 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 DistributionManagement
MavenProject. getDistributionManagement()
Methods in org.apache.maven.project with parameters of type DistributionManagement Modifier and Type Method Description void
MavenProject. setDistributionManagement(DistributionManagement distributionManagement)
-