Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static Relocation |
ModelUtils.cloneRelocation(Relocation src) |
Modifier and Type | Method and Description |
---|---|
static Relocation |
ModelUtils.cloneRelocation(Relocation src) |