Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
static DistributionManagement |
ModelUtils.cloneDistributionManagement(DistributionManagement src) |
DistributionManagement |
MavenProject.getDistributionManagement() |
Modifier and Type | Method and Description |
---|---|
static DistributionManagement |
ModelUtils.cloneDistributionManagement(DistributionManagement src) |
void |
MavenProject.setDistributionManagement(DistributionManagement distributionManagement) |