Uses of Class
org.apache.maven.model.PluginExecution
Packages that use PluginExecution
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
Uses of PluginExecution in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return PluginExecutionModifier and TypeMethodDescriptionprivate PluginExecutionDefaultMojoExecutionConfigurator.findPluginExecution(String executionId, Collection<PluginExecution> executions) Method parameters in org.apache.maven.lifecycle.internal with type arguments of type PluginExecutionModifier and TypeMethodDescriptionprivate PluginExecutionDefaultMojoExecutionConfigurator.findPluginExecution(String executionId, Collection<PluginExecution> executions) -
Uses of PluginExecution in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type PluginExecutionModifier and TypeFieldDescriptionprivate Map<String, PluginExecution> Plugin.executionMapprivate List<PluginExecution> Plugin.executionsField executions.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()Method getExecutions.Plugin.getExecutionsAsMap()Methods in org.apache.maven.model with parameters of type PluginExecutionModifier and TypeMethodDescriptionvoidPlugin.addExecution(PluginExecution pluginExecution) Method addExecution.voidPlugin.removeExecution(PluginExecution pluginExecution) Method removeExecution.Method parameters in org.apache.maven.model with type arguments of type PluginExecutionModifier and TypeMethodDescriptionvoidPlugin.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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type PluginExecutionModifier and TypeMethodDescriptionprivate voidStringVisitorModelInterpolator.ModelVisitor.visit(PluginExecution execution) -
Uses of PluginExecution in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return PluginExecutionModifier and TypeMethodDescriptionprivate PluginExecutionMavenXpp3Reader.parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePluginExecution.private PluginExecutionMavenXpp3ReaderEx.parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parsePluginExecution.Methods in org.apache.maven.model.io.xpp3 with parameters of type PluginExecutionModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writePluginExecution(PluginExecution pluginExecution, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginExecution.private voidMavenXpp3WriterEx.writePluginExecution(PluginExecution pluginExecution, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePluginExecution. -
Uses of PluginExecution in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginExecutionModifier and TypeMethodDescriptionprotected ObjectMavenModelMerger.getPluginExecutionKey(PluginExecution pluginExecution) protected ObjectModelMerger.getPluginExecutionKey(PluginExecution pluginExecution) ModelMerger.ExecutionKeyComputer.key(PluginExecution pluginExecution) protected voidModelMerger.mergePluginExecution(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenModelMerger.mergePluginExecution_Goals(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePluginExecution_Goals(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePluginExecution_Id(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.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 voidDefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginExecution(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginExecution in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type PluginExecutionModifier and TypeMethodDescriptionprivate static voidModelUtils.mergePluginExecutionDefinitions(PluginExecution child, PluginExecution parent) Deprecated.