Class ShutdownMojo

  • All Implemented Interfaces:
    ContextEnabled, Mojo

    @Mojo(name="shutdown")
    public class ShutdownMojo
    extends AbstractServerConnection
    Shuts down a running WildFly Application Server.

    Can also be used to issue a reload instead of a full shutdown. If a reload is executed the process will wait for the serer to be available before returning.

    Author:
    James R. Perkins