Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
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 |
MavenDom4jReader.parseRelocation(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseRelocation.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeRelocation(Relocation relocation,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeRelocation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateRelocation(Relocation relocation,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateRelocation.
|
Modifier and Type | Method and Description |
---|---|
private Relocation |
MavenStaxReader.parseRelocation(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseRelocation.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeRelocation(Relocation relocation,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeRelocation.
|
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.
|