| Package | Description |
|---|---|
| org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
| org.apache.maven.model.merge |
POM merger.
|
| 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.
|
| 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.
|
| 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) |