Uses of Class
org.apache.maven.model.PluginExecution
Packages that use PluginExecution
-
Uses of PluginExecution in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type PluginExecutionModifier and TypeFieldDescriptionprivate List<PluginExecution>
Plugin.executions
Field executions.Methods in org.apache.maven.model that return types with arguments of type PluginExecutionMethods in org.apache.maven.model with parameters of type PluginExecutionModifier and TypeMethodDescriptionvoid
Plugin.addExecution
(PluginExecution pluginExecution) Method addExecution.void
Plugin.removeExecution
(PluginExecution pluginExecution) Method removeExecution.Method parameters in org.apache.maven.model with type arguments of type PluginExecutionModifier 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.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return PluginExecutionModifier and TypeMethodDescriptionprivate PluginExecution
MavenXpp3Reader.parsePluginExecution
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePluginExecution.Methods in org.apache.maven.model.io.xpp3 with parameters of type PluginExecutionModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writePluginExecution
(PluginExecution pluginExecution, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginExecution. -
Uses of PluginExecution in org.apache.maven.project
Methods in org.apache.maven.project that return PluginExecutionModifier and TypeMethodDescriptionstatic PluginExecution
ModelUtils.clonePluginExecution
(PluginExecution src) Methods in org.apache.maven.project with parameters of type PluginExecutionModifier and TypeMethodDescriptionstatic PluginExecution
ModelUtils.clonePluginExecution
(PluginExecution src) private static void
ModelUtils.mergePluginExecutionDefinitions
(PluginExecution child, PluginExecution parent)