| Package | Description | 
|---|---|
| org.apache.maven.model | Maven POM (Project Object Model) classes, generated from  maven.mdomodel. | 
| org.apache.maven.model.merge | POM merger. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeveloperInformation 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<Contributor> | Model. getContributors()Method getContributors. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Model. addContributor(Contributor contributor)Method addContributor. | 
| void | Model. removeContributor(Contributor contributor)Method removeContributor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Model. setContributors(List<Contributor> contributors)Set describes the contributors to a project that are not yet
 committers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | ModelMerger. getContributorKey(Contributor contributor) | 
| protected void | ModelMerger. mergeContributor_Email(Contributor target,
                                            Contributor source,
                                            boolean sourceDominant,
                                            Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor_Name(Contributor target,
                                          Contributor source,
                                          boolean sourceDominant,
                                          Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor_Organization(Contributor target,
                                                          Contributor source,
                                                          boolean sourceDominant,
                                                          Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor_OrganizationUrl(Contributor target,
                                                                Contributor source,
                                                                boolean sourceDominant,
                                                                Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor_Properties(Contributor target,
                                                      Contributor source,
                                                      boolean sourceDominant,
                                                      Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor_Roles(Contributor target,
                                            Contributor source,
                                            boolean sourceDominant,
                                            Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor_Timezone(Contributor target,
                                                  Contributor source,
                                                  boolean sourceDominant,
                                                  Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor_Url(Contributor target,
                                        Contributor source,
                                        boolean sourceDominant,
                                        Map<Object,Object> context) | 
| protected void | ModelMerger. mergeContributor(Contributor target,
                                Contributor source,
                                boolean sourceDominant,
                                Map<Object,Object> context) | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.