Uses of Class
org.apache.maven.model.Relocation
-
Packages that use Relocation Package Description org.apache.maven.model -
-
Uses of Relocation in org.apache.maven.model
Methods in org.apache.maven.model that return Relocation Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-