Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
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(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 |
---|---|
static PluginExecution |
ModelUtils.clonePluginExecution(PluginExecution src) |
Modifier and Type | Method and Description |
---|---|
static PluginExecution |
ModelUtils.clonePluginExecution(PluginExecution src) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.