Class StartMojo

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

    @Mojo(name="start",
          defaultPhase=PRE_INTEGRATION_TEST,
          threadSafe=true)
    public class StartMojo
    extends AbstractStartStopMojo
    Start one or multiple launchpad instance(s).
    • Field Detail

      • debug

        @Parameter(property="launchpad.debug")
        protected String debug
        Overwrites debug parameter of all server configurations (if set). Attaches a debugger to the forked JVM. If set to "true", the process will allow a debugger to connect on port 8000. If set to some other string, that string will be appended to the server's vmOpts, allowing you to configure arbitrary debugging options.
    • Constructor Detail

      • StartMojo

        public StartMojo()
    • Method Detail

      • doExecute

        protected void doExecute()
                          throws org.apache.maven.plugin.MojoExecutionException,
                                 org.apache.maven.plugin.MojoFailureException
        Specified by:
        doExecute in class AbstractStartStopMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException