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

Packages that use DeploymentRepository
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 DeploymentRepository in org.apache.maven.model
 

Methods in org.apache.maven.model that return DeploymentRepository
 DeploymentRepository DeploymentRepository.clone()
          Method clone.
 DeploymentRepository DistributionManagement.getRepository()
          Get information needed to deploy the artifacts generated by the project to a remote repository.
 DeploymentRepository DistributionManagement.getSnapshotRepository()
          Get where to deploy snapshots of artifacts to.
 

Methods in org.apache.maven.model with parameters of type DeploymentRepository
 void DistributionManagement.setRepository(DeploymentRepository repository)
          Set information needed to deploy the artifacts generated by the project to a remote repository.
 void DistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository)
          Set where to deploy snapshots of artifacts to.
 

Uses of DeploymentRepository in org.apache.maven.model.merge
 

Methods in org.apache.maven.model.merge with parameters of type DeploymentRepository
protected  void ModelMerger.mergeDeploymentRepository_UniqueVersion(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeDeploymentRepository(DeploymentRepository target, DeploymentRepository source, boolean sourceDominant, Map<Object,Object> context)
           
 

Uses of DeploymentRepository in org.apache.maven.project
 

Methods in org.apache.maven.project with parameters of type DeploymentRepository
static ArtifactRepository ProjectUtils.buildDeploymentArtifactRepository(DeploymentRepository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c)
          Deprecated.  
 



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