Package | Description |
---|---|
org.apache.maven.lifecycle.internal | |
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.plugin | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
private PluginExecution |
DefaultMojoExecutionConfigurator.findPluginExecution(java.lang.String executionId,
java.util.Collection<PluginExecution> executions) |
Modifier and Type | Method and Description |
---|---|
private PluginExecution |
DefaultMojoExecutionConfigurator.findPluginExecution(java.lang.String executionId,
java.util.Collection<PluginExecution> executions) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,PluginExecution> |
Plugin.executionMap |
private java.util.List<PluginExecution> |
Plugin.executions
Field executions.
|
Modifier and Type | Method and Description |
---|---|
PluginExecution |
PluginExecution.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PluginExecution> |
Plugin.getExecutions()
Method getExecutions.
|
java.util.Map<java.lang.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(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.
|
private PluginExecution |
MavenXpp3ReaderEx.parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePluginExecution.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writePluginExecution(PluginExecution pluginExecution,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginExecution.
|
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 |
---|---|
protected java.lang.Object |
ModelMerger.getPluginExecutionKey(PluginExecution pluginExecution) |
protected java.lang.Object |
MavenModelMerger.getPluginExecutionKey(PluginExecution pluginExecution) |
protected void |
ModelMerger.mergePluginExecution_Goals(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
MavenModelMerger.mergePluginExecution_Goals(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePluginExecution_Id(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePluginExecution_Phase(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePluginExecution(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginExecution(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
private static void |
ModelUtils.mergePluginExecutionDefinitions(PluginExecution child,
PluginExecution parent)
Deprecated.
|