| 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  | PluginThe  <plugin>element contains
 informations required for a plugin. | 
| class  | PluginExecutionThe  <execution>element contains
 informations required for the
         execution of a plugin. | 
| class  | ReportPluginThe  <plugin>element contains
 informations required for a report plugin. | 
| class  | ReportSetRepresents a set of reports and configuration to be used to
 generate them. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationContainer | ConfigurationContainer. clone()Method clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ModelMerger. mergeConfigurationContainer_Configuration(ConfigurationContainer target,
                                         ConfigurationContainer source,
                                         boolean sourceDominant,
                                         Map<Object,Object> context) | 
| protected void | ModelMerger. mergeConfigurationContainer_Inherited(ConfigurationContainer target,
                                     ConfigurationContainer source,
                                     boolean sourceDominant,
                                     Map<Object,Object> context) | 
| protected void | ModelMerger. mergeConfigurationContainer(ConfigurationContainer target,
                           ConfigurationContainer source,
                           boolean sourceDominant,
                           Map<Object,Object> context) | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.