Class StopMojo

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

    @Mojo(name="stop",
          defaultPhase=POST_INTEGRATION_TEST,
          requiresDependencyResolution=NONE,
          threadSafe=false)
    public class StopMojo
    extends AbstractProvisioningMojo
    Author:
    cybercon <bndly@cybercon.de>
    • Constructor Detail

      • StopMojo

        public StopMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Overrides:
        execute in class AbstractProvisioningMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException