Uses of Class
org.apache.maven.model.PluginExecution
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of PluginExecution in org.apache.maven.model
Modifier and TypeMethodDescriptionPlugin.getExecutions()
Method getExecutions.Plugin.getExecutionsAsMap()
Modifier and TypeMethodDescriptionvoid
Plugin.addExecution
(PluginExecution pluginExecution) Method addExecution.void
Plugin.removeExecution
(PluginExecution pluginExecution) Method removeExecution.Modifier and TypeMethodDescriptionvoid
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. -
Uses of PluginExecution in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected Object
ModelMerger.getPluginExecutionKey
(PluginExecution pluginExecution) protected void
ModelMerger.mergePluginExecution
(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)