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 Organization |
Model.organization
This element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
Organization |
Organization.clone()
Method clone.
|
Organization |
Model.getOrganization()
Get this element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setOrganization(Organization organization)
Set this element describes various attributes of the
organization to which the
project belongs.
|
Modifier and Type | Method and Description |
---|---|
private Organization |
MavenXpp3Reader.parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseOrganization.
|
private Organization |
MavenXpp3ReaderEx.parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseOrganization.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeOrganization(Organization organization,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeOrganization.
|
private void |
MavenXpp3Writer.writeOrganization(Organization organization,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeOrganization.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergeOrganization_Name(Organization target,
Organization source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeOrganization_Url(Organization target,
Organization source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeOrganization(Organization target,
Organization source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
Organization |
MavenProject.getOrganization() |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.setOrganization(Organization organization) |