Uses of Class
org.apache.maven.model.DistributionManagement
-
Packages that use DistributionManagement Package Description org.apache.maven.model -
-
Uses of DistributionManagement in org.apache.maven.model
Methods in org.apache.maven.model that return DistributionManagement Modifier and Type Method Description DistributionManagement
ModelBase. 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 void
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.
-