| 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  | BuildThe  <build>element contains
 informations required to build the project. | 
| class  | BuildBaseGeneric informations for a build. | 
| class  | PluginConfigurationContains the plugins management informations for the project. | 
| class  | PluginManagementSection for management of default plugin information for use in
 a group of POMs. | 
| Modifier and Type | Method and Description | 
|---|---|
| PluginContainer | PluginContainer. clone()Method clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ModelMerger. mergePluginContainer_Plugins(PluginContainer target,
                                                        PluginContainer source,
                                                        boolean sourceDominant,
                                                        Map<Object,Object> context) | 
| protected void | ModelMerger. mergePluginContainer(PluginContainer target,
                                        PluginContainer source,
                                        boolean sourceDominant,
                                        Map<Object,Object> context) | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.