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

Packages that use DeploymentRepository
org.apache.maven.model   
 

Uses of DeploymentRepository in org.apache.maven.model
 

Methods in org.apache.maven.model that return DeploymentRepository
 DeploymentRepository DistributionManagement.getRepository()
          Get Information needed for deploying to remote repository artifacts generated by the project
 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 for deploying to remote repository artifacts generated by the project
 void DistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository)
          Set Where to deploy snapshots of artifacts to.
 



Copyright 2006 Apache Software Foundation. All Rights Reserved.