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

Packages that use Repository
org.apache.maven.model   
 

Uses of Repository in org.apache.maven.model
 

Methods in org.apache.maven.model that return Repository
 Repository Model.getRepository()
          Get Specification for the SCM used by the project, such as CVS, Subversion, etc.
 

Methods in org.apache.maven.model with parameters of type Repository
 void Model.setRepository(Repository repository)
          Set Specification for the SCM used by the project, such as CVS, Subversion, etc.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.