Uses of Class
org.apache.maven.model.Relocation
-
Packages that use Relocation Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdo
model.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdo
model.org.apache.maven.model.merge POM merger.org.apache.maven.repository.internal 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 Relocation Modifier and Type Field Description private 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 Relocation Modifier and Type Method Description Relocation
Relocation. clone()
Method clone.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. -
Uses of Relocation in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Relocation Modifier and Type Method Description private void
StringVisitorModelInterpolator.ModelVisitor. visit(Relocation relocation)
-
Uses of Relocation in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Relocation Modifier and Type Method Description private Relocation
MavenXpp3Reader. parseRelocation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseRelocation.private Relocation
MavenXpp3ReaderEx. 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 Relocation Modifier and Type Method Description private void
MavenXpp3Writer. writeRelocation(Relocation relocation, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRelocation.private void
MavenXpp3WriterEx. writeRelocation(Relocation relocation, java.lang.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 Relocation Modifier and Type Method Description protected void
ModelMerger. mergeRelocation(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeRelocation_ArtifactId(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeRelocation_GroupId(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeRelocation_Message(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeRelocation_Version(Relocation target, Relocation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of Relocation in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal that return Relocation Modifier and Type Method Description private Relocation
DefaultArtifactDescriptorReader. getRelocation(Model model)
-