Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.plugin |
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.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
MavenModelMerger.getPluginExecutionKey(PluginExecution pluginExecution) |
protected Object |
ModelMerger.getPluginExecutionKey(PluginExecution pluginExecution) |
protected void |
MavenModelMerger.mergePluginExecution_Goals(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergePluginExecution_Goals(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergePluginExecution_Id(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergePluginExecution_Phase(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergePluginExecution(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginExecution(PluginExecution target,
PluginExecution source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.