Uses of Class
org.apache.maven.model.DistributionManagement
-
Packages that use DistributionManagement Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 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
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.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.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. -
Uses of DistributionManagement in org.apache.maven.project
Methods in org.apache.maven.project that return DistributionManagement Modifier and Type Method Description static DistributionManagement
ModelUtils. cloneDistributionManagement(DistributionManagement src)
DistributionManagement
MavenProject. getDistributionManagement()
Methods in org.apache.maven.project with parameters of type DistributionManagement Modifier and Type Method Description static DistributionManagement
ModelUtils. cloneDistributionManagement(DistributionManagement src)
void
MavenProject. setDistributionManagement(DistributionManagement distributionManagement)
-