Uses of Class
org.apache.maven.model.PluginExecution
-
Packages that use PluginExecution Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of PluginExecution in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type PluginExecution Modifier and Type Method Description List<PluginExecution>Plugin. getExecutions()Method getExecutions.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(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.project
Methods in org.apache.maven.project that return PluginExecution Modifier and Type Method Description static PluginExecutionModelUtils. clonePluginExecution(PluginExecution src)Methods in org.apache.maven.project with parameters of type PluginExecution Modifier and Type Method Description static PluginExecutionModelUtils. clonePluginExecution(PluginExecution src)
-