| 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 | Method and Description | 
|---|---|
| PluginExecution | PluginExecution. clone()Method clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PluginExecution> | Plugin. getExecutions()Method getExecutions. | 
| Map<String,PluginExecution> | Plugin. getExecutionsAsMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Plugin. addExecution(PluginExecution pluginExecution)Method addExecution. | 
| void | Plugin. removeExecution(PluginExecution pluginExecution)Method removeExecution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Plugin. setExecutions(List<PluginExecution> executions)Set multiple specifications of a set of goals to execute
 during the build
             lifecycle, each having (possibly) a different
 configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | ModelMerger. getPluginExecutionKey(PluginExecution pluginExecution) | 
| protected void | ModelMerger. mergePluginExecution_Goals(PluginExecution target,
                                                    PluginExecution source,
                                                    boolean sourceDominant,
                                                    Map<Object,Object> context) | 
| protected void | ModelMerger. mergePluginExecution_Id(PluginExecution target,
                                              PluginExecution source,
                                              boolean sourceDominant,
                                              Map<Object,Object> context) | 
| protected void | ModelMerger. mergePluginExecution_Phase(PluginExecution target,
                                                    PluginExecution source,
                                                    boolean sourceDominant,
                                                    Map<Object,Object> context) | 
| protected void | ModelMerger. mergePluginExecution(PluginExecution target,
                                        PluginExecution source,
                                        boolean sourceDominant,
                                        Map<Object,Object> context) | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.