Uses of Class
org.apache.maven.model.DistributionManagement
Packages that use DistributionManagement
-
Uses of DistributionManagement in org.apache.maven.model
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.