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