Uses of Class
org.apache.maven.model.PluginExecution
-
Packages that use PluginExecution Package Description org.apache.maven.lifecycle.internal org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdo
model.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdo
model.org.apache.maven.model.merge POM merger.org.apache.maven.model.plugin org.apache.maven.project -
-
Uses of PluginExecution in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return PluginExecution Modifier and Type Method Description private PluginExecution
DefaultMojoExecutionConfigurator. findPluginExecution(java.lang.String executionId, java.util.Collection<PluginExecution> executions)
Method parameters in org.apache.maven.lifecycle.internal with type arguments of type PluginExecution Modifier and Type Method Description private PluginExecution
DefaultMojoExecutionConfigurator. findPluginExecution(java.lang.String executionId, java.util.Collection<PluginExecution> executions)
-
Uses of PluginExecution in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type PluginExecution Modifier and Type Field Description private java.util.Map<java.lang.String,PluginExecution>
Plugin. executionMap
private java.util.List<PluginExecution>
Plugin. executions
Field executions.Methods in org.apache.maven.model that return PluginExecution Modifier and Type Method Description PluginExecution
PluginExecution. clone()
Method clone.Methods in org.apache.maven.model that return types with arguments of type PluginExecution Modifier and Type Method Description java.util.List<PluginExecution>
Plugin. getExecutions()
Method getExecutions.java.util.Map<java.lang.String,PluginExecution>
Plugin. getExecutionsAsMap()
Methods in org.apache.maven.model with parameters of type PluginExecution Modifier and Type Method Description void
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 PluginExecution Modifier and Type Method Description void
Plugin. setExecutions(java.util.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 PluginExecution Modifier and Type Method Description private void
StringVisitorModelInterpolator.ModelVisitor. visit(PluginExecution execution)
-
Uses of PluginExecution in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return PluginExecution Modifier and Type Method Description private PluginExecution
MavenXpp3Reader. parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parsePluginExecution.private PluginExecution
MavenXpp3ReaderEx. 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 PluginExecution Modifier and Type Method Description private void
MavenXpp3Writer. writePluginExecution(PluginExecution pluginExecution, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePluginExecution.private void
MavenXpp3WriterEx. writePluginExecution(PluginExecution pluginExecution, java.lang.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 PluginExecution Modifier and Type Method Description protected java.lang.Object
MavenModelMerger. getPluginExecutionKey(PluginExecution pluginExecution)
protected java.lang.Object
ModelMerger. getPluginExecutionKey(PluginExecution pluginExecution)
java.lang.Object
ModelMerger.ExecutionKeyComputer. key(PluginExecution pluginExecution)
protected void
ModelMerger. mergePluginExecution(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
MavenModelMerger. mergePluginExecution_Goals(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergePluginExecution_Goals(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergePluginExecution_Id(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergePluginExecution_Phase(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of PluginExecution in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type PluginExecution Modifier and Type Method Description protected void
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger. mergePluginExecution(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of PluginExecution in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type PluginExecution Modifier and Type Method Description private static void
ModelUtils. mergePluginExecutionDefinitions(PluginExecution child, PluginExecution parent)
Deprecated.
-