| AbstractAddSuperSourcesMojo |
|
| AbstractDevModeMojo |
|
| AddSuperSourceMojo |
Add super-source directory to project resources.
|
| AddTestSuperSourcesMojo |
Add super-source directory to project test resources.
|
| CodeServerMojo |
Runs GWT's CodeServer (SuperDevMode).
|
| CompileMojo |
Invokes the GWT Compiler on the project's sources and resources.
|
| DevModeMojo |
Runs GWT's DevMode.
|
| EnforceEncodingMojo |
Enforces that the source encoding is UTF-8.
|
| GenerateModuleMetadataMojo |
Generates the META-INF/gwt/mainModule file used by gwt:generate-module in downstream projects.
|
| GenerateModuleMojo |
Generates a GWT module definition from Maven dependencies, or merge <inherits/> with a module template.
|
| GwtOptions.CommandlineBuilder |
|
| HelpMojo |
Display help information on gwt-maven-plugin.
Call mvn gwt:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
|
| JarMojo |
Package the compiled GWT library into a JAR archive.
|
| PackageAppMojo |
Package the compiled GWT application into a WAR-like archive.
|
| TestMojo |
Runs the project's tests with the specific setup needed for GWTTestCase tests.
|