| Package | Description |
|---|---|
| org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
| org.apache.maven.model.merge |
POM merger.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
Model.setOrganization(Organization organization) |
Set this element describes various attributes of the
organization to which the
project belongs.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
ModelMerger.mergeOrganization(Organization target,
Organization source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
|
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) |