Class DebugMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, GwtModuleReader

    @Mojo(name="debug",
          requiresDirectInvocation=true,
          requiresDependencyResolution=TEST)
    public class DebugMojo
    extends RunMojo
    Runs the project with a debugger port hook (optionally suspended).
    Version:
    $Id$
    Author:
    cooper
    • Constructor Detail

      • DebugMojo

        public DebugMojo()
    • Method Detail

      • doExecute

        public void doExecute()
                       throws org.apache.maven.plugin.MojoExecutionException,
                              org.apache.maven.plugin.MojoFailureException
        Overrides:
        doExecute in class RunMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException