Uses of Class
org.apache.maven.model.PluginExecution
-
Packages that use PluginExecution Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of PluginExecution in org.apache.maven.model
Methods in org.apache.maven.model that return PluginExecution Modifier and Type Method Description PluginExecutionPluginExecution. 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 voidPlugin. addExecution(PluginExecution pluginExecution)Method addExecution.voidPlugin. removeExecution(PluginExecution pluginExecution)Method removeExecution.Method parameters in org.apache.maven.model with type arguments of type PluginExecution Modifier and Type Method Description voidPlugin. 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.merge
Methods in org.apache.maven.model.merge with parameters of type PluginExecution Modifier and Type Method Description protected java.lang.ObjectModelMerger. getPluginExecutionKey(PluginExecution pluginExecution)protected voidModelMerger. mergePluginExecution(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergePluginExecution_Goals(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergePluginExecution_Id(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergePluginExecution_Phase(PluginExecution target, PluginExecution source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-