| 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.
|
| CSSMojo |
Creates CSS interfaces for css files.
|
| DebugMojo |
Runs the project with a debugger port hook (optionally suspended).
|
| I18NMojo |
Creates I18N interfaces for constants and messages files.
|
| JavaCommand |
|
| JavaShell |
plexus-util hack to run a command WITHOUT a shell
see PLXUTILS-107
|
| 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
|