| AbstractGwtShellMojo |
Support running GWT SDK Tools as forked JVM with classpath set according to project source/resource directories and
dependencies.
|
| AbstractGwtWebMojo |
|
| CompileMojo |
Invokes the GWT Compiler for the project source.
|
| CoverageConfiguration |
|
| CSSMojo |
Creates CSS interfaces for css files.
|
| DebugMojo |
Runs the project with a debugger port hook (optionally suspended).
|
| HelpMojo |
Display help information on gwt-maven-plugin.
Call mvn gwt:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
|
| I18NMojo |
Creates I18N interfaces for constants and messages files.
|
| JavaCommand |
|
| RunMojo |
Runs the project in the GWT (Classic or Super) Dev Mode for development.
|
| SuperDevModeMojo |
Runs GWT modules with Super Dev Mode.
|
| TestMojo |
Mimic surefire to run GWTTestCases during integration-test phase, until SUREFIRE-508 is fixed
|