Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
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) different
configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updatePluginExecution(PluginExecution pluginExecution,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updatePluginExecution.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.