Package | Description |
---|---|
org.apache.maven.model |
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.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.