| 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 | Class and Description |
|---|---|
class |
Developer
Information about one of the committers on this project.
|
| Modifier and Type | Method and Description |
|---|---|
Contributor |
Contributor.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Model.getContributors()
Method getContributors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.addContributor(Contributor
Method addContributor.
|
void |
Model.removeContributor(Contributor
Method removeContributor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setContributors(List
Set describes the contributors to a project that are not yet committers.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ModelMerger.getContributorKey(Contributor
|
protected void |
ModelMerger.mergeContributor_Email(Contributor
|
protected void |
ModelMerger.mergeContributor_Name(Contributor
|
protected void |
ModelMerger.mergeContributor_Organization(Contributor
|
protected void |
ModelMerger.mergeContributor_OrganizationUrl(Contributor
|
protected void |
ModelMerger.mergeContributor_Properties(Contributor
|
protected void |
ModelMerger.mergeContributor_Roles(Contributor
|
protected void |
ModelMerger.mergeContributor_Timezone(Contributor
|
protected void |
ModelMerger.mergeContributor_Url(Contributor
|
protected void |
ModelMerger.mergeContributor(Contributor
|