Class AEConsole

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.ganteater.ae.maven.plugin.AEBase
com.ganteater.ae.maven.plugin.AEConsole
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="do", requiresProject=false, requiresDependencyCollection=TEST, requiresDependencyResolution=TEST) public class AEConsole extends AEBase
  • Field Details

    • port

      @Parameter(defaultValue="0") protected int port
  • Constructor Details

  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • defaultRecipes

      protected String[] defaultRecipes(AEPluginWorkspace workspace)
    • runRecipes

      protected void runRecipes(AEWorkspace workspace, boolean async) throws org.apache.maven.plugin.MojoExecutionException
      Overrides:
      runRecipes in class AEBase
      Throws:
      org.apache.maven.plugin.MojoExecutionException