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 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 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.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.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. -
Uses of DistributionManagement in org.apache.maven.project
Methods in org.apache.maven.project that return DistributionManagement Modifier and Type Method Description static DistributionManagementModelUtils. cloneDistributionManagement(DistributionManagement src)DistributionManagementMavenProject. getDistributionManagement()Methods in org.apache.maven.project with parameters of type DistributionManagement Modifier and Type Method Description static DistributionManagementModelUtils. cloneDistributionManagement(DistributionManagement src)voidMavenProject. setDistributionManagement(DistributionManagement distributionManagement)
-