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

Packages that use Repository
org.apache.maven.model.v3_0_0   
 

Uses of Repository in org.apache.maven.model.v3_0_0
 

Methods in org.apache.maven.model.v3_0_0 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.v3_0_0 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 © 2001-2011 Apache Software Foundation. All Rights Reserved.