Uses of Class
org.apache.maven.model.PluginExecution
-
Uses of PluginExecution in org.apache.maven.model
Modifier and TypeMethodDescriptionPlugin.getExecutions()
Plugin.getExecutionsAsMap()
static List<PluginExecution>
PluginExecution.pluginExecutionToApiV3
(List<PluginExecution> list) Modifier and TypeMethodDescriptionvoid
Plugin.addExecution
(PluginExecution execution) void
Plugin.removeExecution
(PluginExecution execution) Modifier and TypeMethodDescriptionstatic List<PluginExecution>
PluginExecution.pluginExecutionToApiV4
(List<PluginExecution> list) void
Plugin.setExecutions
(List<PluginExecution> executions)