Uses of Class
org.apache.maven.model.Relocation
Packages that use Relocation
-
Uses of Relocation in org.apache.maven.model
Fields in org.apache.maven.model declared as RelocationModifier and TypeFieldDescriptionprivate Relocation
DistributionManagement.relocation
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 that return RelocationModifier and TypeMethodDescriptionDistributionManagement.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 RelocationModifier and TypeMethodDescriptionvoid
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.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return RelocationModifier and TypeMethodDescriptionprivate Relocation
MavenXpp3Reader.parseRelocation
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseRelocation.Methods in org.apache.maven.model.io.xpp3 with parameters of type RelocationModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeRelocation
(Relocation relocation, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeRelocation. -
Uses of Relocation in org.apache.maven.project
Methods in org.apache.maven.project that return RelocationMethods in org.apache.maven.project with parameters of type Relocation