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 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 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 TypeMethodDescriptionvoid
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 DistributionManagementModifier and TypeMethodDescriptionprivate 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 DistributionManagementModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.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 DistributionManagement
ModelUtils.cloneDistributionManagement
(DistributionManagement src) MavenProject.getDistributionManagement()
Methods in org.apache.maven.project with parameters of type DistributionManagementModifier and TypeMethodDescriptionstatic DistributionManagement
ModelUtils.cloneDistributionManagement
(DistributionManagement src) void
MavenProject.setDistributionManagement
(DistributionManagement distributionManagement)