Class CodeServerMojo

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

    @Mojo(name="codeserver",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          requiresDirectInvocation=true,
          threadSafe=true,
          aggregator=true)
    @Execute(phase=PROCESS_CLASSES)
    public class CodeServerMojo
    extends AbstractDevModeMojo
    Runs GWT's CodeServer (SuperDevMode).