Class CodeServerMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.ltgt.gwt.maven.AbstractDevModeMojo
net.ltgt.gwt.maven.CodeServerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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