| Package | Description |
|---|---|
| org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
| org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
| org.apache.maven.model.merge |
POM merger.
|
| 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 |
DistributionManagement.clone()
Method clone.
|
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.
|
private DistributionManagement |
MavenXpp3ReaderEx.parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
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 |
|---|---|
protected void |
ModelMerger.mergeDistributionManagement_DownloadUrl(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeDistributionManagement_Repository(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
MavenModelMerger.mergeDistributionManagement_Repository(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeDistributionManagement_Site(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
MavenModelMerger.mergeDistributionManagement_Site(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeDistributionManagement_SnapshotRepository(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
MavenModelMerger.mergeDistributionManagement_SnapshotRepository(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeDistributionManagement_Status(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeDistributionManagement(DistributionManagement target,
DistributionManagement source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
DistributionManagement |
MavenProject.getDistributionManagement() |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenProject.setDistributionManagement(DistributionManagement distributionManagement) |