| 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 and Description | 
|---|---|
PluginManagement | 
PluginManagement.clone()
Method clone. 
 | 
PluginManagement | 
PluginConfiguration.getPluginManagement()
Get default plugin information to be made available for
 reference by projects
             derived from this one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PluginConfiguration.setPluginManagement(PluginManagement pluginManagement)
Set default plugin information to be made available for
 reference by projects
             derived from this one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ModelMerger.mergePluginManagement(PluginManagement target,
                                          PluginManagement source,
                                          boolean sourceDominant,
                                          Map<Object,Object> context)  | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.