Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PluginExecution> |
Plugin.executions
Field executions.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private PluginExecution |
MavenXpp3Reader.parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writePluginExecution(PluginExecution pluginExecution,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
static PluginExecution |
ModelUtils.clonePluginExecution(PluginExecution src) |
Modifier and Type | Method and Description |
---|---|
static PluginExecution |
ModelUtils.clonePluginExecution(PluginExecution src) |
private static void |
ModelUtils.mergePluginExecutionDefinitions(PluginExecution child,
PluginExecution parent) |