Uses of Class
org.apache.maven.model.DistributionManagement

Packages that use DistributionManagement
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

Uses of DistributionManagement in org.apache.maven.model
 

Methods in org.apache.maven.model that return DistributionManagement
 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
 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.
 

Uses of DistributionManagement in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type DistributionManagement
protected  void MavenJDOMWriter.updateDistributionManagement(DistributionManagement distributionManagement, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateDistributionManagement.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.