Class CompileMojo

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

@Mojo(name="compile", defaultPhase=PREPARE_PACKAGE, requiresDependencyResolution=COMPILE, threadSafe=true) public class CompileMojo extends org.apache.maven.plugin.AbstractMojo implements GwtOptions
Invokes the GWT Compiler on the project's sources and resources.
  • Field Details

    • session

      @Parameter(defaultValue="${session}", readonly=true, required=true) protected org.apache.maven.execution.MavenSession session
    • toolchainManager

      @Inject protected org.apache.maven.toolchain.ToolchainManager toolchainManager
  • Constructor Details

    • CompileMojo

      public CompileMojo()
  • Method Details