Class StopMojo

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

    @Mojo(name="stop",
          defaultPhase=POST_INTEGRATION_TEST,
          threadSafe=true)
    public class StopMojo
    extends AbstractStartStopMojo
    Stop one or multiple running launchpad instance(s).
    • Constructor Detail

      • StopMojo

        public StopMojo()
    • 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