Uses of Class
org.apache.maven.model.PluginExecution
Packages that use PluginExecution
Package
Description
POM merger.
-
Uses of PluginExecution in org.apache.maven.model
Methods in org.apache.maven.model that return PluginExecutionMethods in org.apache.maven.model that return types with arguments of type PluginExecutionModifier and TypeMethodDescriptionPlugin.getExecutions()
Plugin.getExecutionsAsMap()
static List<PluginExecution>
PluginExecution.pluginExecutionToApiV3
(List<PluginExecution> list) Methods in org.apache.maven.model with parameters of type PluginExecutionModifier and TypeMethodDescriptionvoid
Plugin.addExecution
(PluginExecution execution) void
Plugin.removeExecution
(PluginExecution execution) Method parameters in org.apache.maven.model with type arguments of type PluginExecutionModifier and TypeMethodDescriptionstatic List<PluginExecution>
PluginExecution.pluginExecutionToApiV4
(List<PluginExecution> list) void
Plugin.setExecutions
(List<PluginExecution> executions) -
Uses of PluginExecution in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginExecutionModifier and TypeMethodDescriptionprotected Object
MavenModelMerger.getPluginExecutionKey
(PluginExecution pluginExecution) Deprecated.protected Object
ModelMerger.getPluginExecutionKey
(PluginExecution pluginExecution) protected void
ModelMerger.mergePluginExecution
(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenModelMerger.mergePluginExecution_Goals
(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) Deprecated.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) -
Uses of PluginExecution in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type PluginExecutionModifier and TypeMethodDescriptionprotected void
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginExecution
(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context)