| 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 |
|---|---|
PluginExecution |
PluginExecution.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Plugin.getExecutions()
Method getExecutions.
|
Map |
Plugin.getExecutionsAsMap()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.addExecution(PluginExecution
Method addExecution.
|
void |
Plugin.removeExecution(PluginExecution
Method removeExecution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.setExecutions(List
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
|
protected void |
ModelMerger.mergePluginExecution_Goals(PluginExecution
|
protected void |
ModelMerger.mergePluginExecution_Id(PluginExecution
|
protected void |
ModelMerger.mergePluginExecution_Phase(PluginExecution
|
protected void |
ModelMerger.mergePluginExecution(PluginExecution
|