Class DevMojo

  • All Implemented Interfaces:
    ContextEnabled, Mojo

    @Mojo(name="dev",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          defaultPhase=PACKAGE)
    public class DevMojo
    extends AbstractServerStartMojo
    Starts a standalone instance of WildFly and deploys the application to the server. The deployment type must be a WAR. Once the server is running, the source directories are monitored for changes. If required the sources will be compiled and the deployment may be redeployed.

    Note that changes to the POM file are not monitored. If changes are made the POM file, the process will need to be terminated and restarted.

    Note that if a WildFly Bootable JAR is packaged, it is ignored by this goal.

    Since:
    4.1
    Author:
    James R. Perkins