| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PluginExecution> |
Plugin.getExecutions()
Method getExecutions.
|
| 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(java.util.List<PluginExecution> executions)
Set multiple specifications of a set of goals to execute
during the build
lifecycle, each having (possibly) a different
configuration.
|