Class MavenPlugin.Execution
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenPlugin.Execution
- Enclosing class:
- MavenPlugin
An
<execution>
of a MavenPlugin
.-
Method Summary
Modifier and TypeMethodDescriptionReturn the configuration of the execution.getGoals()
Return the plugin gaols that this execution should invoke.getId()
Return the id of the execution.getPhase()
Return thephase
of the build lifecycle that goals will execute in.
-
Method Details
-
getId
Return the id of the execution.- Returns:
- the execution id
-
getPhase
Return thephase
of the build lifecycle that goals will execute in.- Returns:
- the execution phase
-
getGoals
Return the plugin gaols that this execution should invoke.- Returns:
- the execution goals
-
getConfiguration
Return the configuration of the execution.- Returns:
- the configuration
-