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

Packages that use Relocation
org.apache.maven.model   
org.apache.maven.project   
 

Uses of Relocation in org.apache.maven.model
 

Methods in org.apache.maven.model that return Relocation
 Relocation DistributionManagement.getRelocation()
          Get relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
 

Methods in org.apache.maven.model with parameters of type Relocation
 void DistributionManagement.setRelocation(Relocation relocation)
          Set relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
 

Uses of Relocation in org.apache.maven.project
 

Methods in org.apache.maven.project that return Relocation
static Relocation ModelUtils.cloneRelocation(Relocation src)
           
 

Methods in org.apache.maven.project with parameters of type Relocation
static Relocation ModelUtils.cloneRelocation(Relocation src)
           
 



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