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

Packages that use DistributionManagement
org.apache.maven.model Maven POM (Project Object Model) classes, generated from maven.mdo model. 
org.apache.maven.model.merge POM merger. 
org.apache.maven.project   
 

Uses of DistributionManagement in org.apache.maven.model
 

Methods in org.apache.maven.model that return DistributionManagement
 DistributionManagement DistributionManagement.clone()
          Method clone.
 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.merge
 

Methods in org.apache.maven.model.merge with parameters of type DistributionManagement
protected  void ModelMerger.mergeDistributionManagement_DownloadUrl(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void MavenModelMerger.mergeDistributionManagement_Repository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeDistributionManagement_Repository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void MavenModelMerger.mergeDistributionManagement_Site(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeDistributionManagement_Site(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void MavenModelMerger.mergeDistributionManagement_SnapshotRepository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeDistributionManagement_SnapshotRepository(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeDistributionManagement_Status(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeDistributionManagement(DistributionManagement target, DistributionManagement source, boolean sourceDominant, Map<Object,Object> context)
           
 

Uses of DistributionManagement in org.apache.maven.project
 

Methods in org.apache.maven.project that return DistributionManagement
 DistributionManagement MavenProject.getDistributionManagement()
           
 

Methods in org.apache.maven.project with parameters of type DistributionManagement
 void MavenProject.setDistributionManagement(DistributionManagement distributionManagement)
           
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.