Uses of Class
org.apache.maven.model.Relocation
Packages that use Relocation
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Relocation in org.apache.maven.model
Fields in org.apache.maven.model declared as RelocationModifier and TypeFieldDescriptionprivate RelocationDistributionManagement.relocationRelocation 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 TypeMethodDescriptionRelocation.clone()Method clone.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 RelocationModifier and TypeMethodDescriptionvoidDistributionManagement.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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type RelocationModifier and TypeMethodDescriptionprivate voidStringVisitorModelInterpolator.ModelVisitor.visit(Relocation relocation) -
Uses of Relocation in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return RelocationModifier and TypeMethodDescriptionprivate RelocationMavenXpp3Reader.parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseRelocation.private RelocationMavenXpp3ReaderEx.parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseRelocation.Methods in org.apache.maven.model.io.xpp3 with parameters of type RelocationModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeRelocation(Relocation relocation, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeRelocation.private voidMavenXpp3WriterEx.writeRelocation(Relocation relocation, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeRelocation. -
Uses of Relocation in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type RelocationModifier and TypeMethodDescriptionprotected voidModelMerger.mergeRelocation(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_ArtifactId(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_GroupId(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_Message(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeRelocation_Version(Relocation target, Relocation source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Relocation in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal that return RelocationModifier and TypeMethodDescriptionprivate RelocationDefaultArtifactDescriptorReader.getRelocation(Model model)