Uses of Class
org.apache.maven.model.DistributionManagement
Packages that use DistributionManagement
-
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 TypeMethodDescriptionModelBase.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.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.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. -
Uses of DistributionManagement in org.apache.maven.project
Methods in org.apache.maven.project that return DistributionManagementModifier and TypeMethodDescriptionstatic DistributionManagementModelUtils.cloneDistributionManagement(DistributionManagement src) MavenProject.getDistributionManagement()Methods in org.apache.maven.project with parameters of type DistributionManagementModifier and TypeMethodDescriptionstatic DistributionManagementModelUtils.cloneDistributionManagement(DistributionManagement src) voidMavenProject.setDistributionManagement(DistributionManagement distributionManagement)