Class ComposeExecuteGoal

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.honton.chas.compose.maven.plugin.ComposeGoal
org.honton.chas.compose.maven.plugin.ComposeExecuteGoal
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
ComposeProjectGoal

public abstract class ComposeExecuteGoal extends ComposeGoal
Execute Compose
  • Field Details

    • timeout

      @Parameter(property="compose.timeout", defaultValue="30") public int timeout
      Number of seconds to wait for compose commands
  • Constructor Details

    • ComposeExecuteGoal

      public ComposeExecuteGoal()
  • Method Details