Class MavenPlugin.Execution

java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenPlugin.Execution
Enclosing class:
MavenPlugin

public static final class MavenPlugin.Execution extends Object
An <execution> of a MavenPlugin.
  • Method Details

    • getId

      public String getId()
      Return the id of the execution.
      Returns:
      the execution id
    • getPhase

      public String getPhase()
      Return the phase of the build lifecycle that goals will execute in.
      Returns:
      the execution phase
    • getGoals

      public List<String> getGoals()
      Return the plugin gaols that this execution should invoke.
      Returns:
      the execution goals
    • getConfiguration

      public MavenPlugin.Configuration getConfiguration()
      Return the configuration of the execution.
      Returns:
      the configuration