Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.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.
|
Modifier and Type | Field and Description |
---|---|
private Relocation |
DistributionManagement.relocation
Relocation information of the artifact if it has been moved
to a new group ID
and/or artifact ID.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeRelocation(Relocation relocation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRelocation.
|
private void |
MavenXpp3Writer.writeRelocation(Relocation relocation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRelocation.
|
Modifier and Type | Method and Description |
---|---|
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) |
protected void |
ModelMerger.mergeRelocation(Relocation target,
Relocation source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
private Relocation |
DefaultArtifactDescriptorReader.getRelocation(Model model) |