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 DistributionManagement |
ModelBase.distributionManagement
Distribution information for a project that enables
deployment of the site
and artifacts to remote web servers and
repositories respectively.
|
Modifier and Type | Method and Description |
---|---|
DistributionManagement |
ModelBase.getDistributionManagement()
Get distribution information for a project that enables
deployment of the site
and artifacts to remote web servers and
repositories respectively.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.setDistributionManagement(DistributionManagement distributionManagement)
Set distribution information for a project that enables
deployment of the site
and artifacts to remote web servers and
repositories respectively.
|
Modifier and Type | Method and Description |
---|---|
private DistributionManagement |
MavenDom4jReader.parseDistributionManagement(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseDistributionManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeDistributionManagement(DistributionManagement distributionManagement,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeDistributionManagement.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateDistributionManagement(DistributionManagement distributionManagement,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateDistributionManagement.
|
Modifier and Type | Method and Description |
---|---|
private DistributionManagement |
MavenStaxReader.parseDistributionManagement(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseDistributionManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeDistributionManagement(DistributionManagement distributionManagement,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeDistributionManagement.
|
Modifier and Type | Method and Description |
---|---|
private DistributionManagement |
MavenXpp3Reader.parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDistributionManagement.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeDistributionManagement(DistributionManagement distributionManagement,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDistributionManagement.
|