Uses of Class
org.apache.maven.plugin.lifecycle.Execution
-
Packages that use Execution Package Description org.apache.maven.plugin.lifecycle -
-
Uses of Execution in org.apache.maven.plugin.lifecycle
Methods in org.apache.maven.plugin.lifecycle that return types with arguments of type Execution Modifier and Type Method Description java.util.List<Execution>Phase. getExecutions()Method getExecutions.Methods in org.apache.maven.plugin.lifecycle with parameters of type Execution Modifier and Type Method Description voidPhase. addExecution(Execution execution)Method addExecution.voidPhase. removeExecution(Execution execution)Method removeExecution.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Execution Modifier and Type Method Description voidPhase. setExecutions(java.util.List<Execution> executions)Set the goals to execute within the phase.
-