Goals available:
| Goal | Description |
|---|---|
| googlewebtoolkit2:i18n | Creates I18N interfaces for constants and messages files. |
| googlewebtoolkit2:gwt | Runs the the project in the GWTShell for development. Note that this goal is intended to be explicitly run from the command line (execute phase=), whereas other GWT-Maven goals are not (others happen as part of the standard Maven life-cycle phases: "compile" "test" "install"). |
| googlewebtoolkit2:mergewebxml | Merges GWT servlet elements into deployment descriptor (and non GWT servlets into shell). |
| googlewebtoolkit2:compile | Invokes the GWTCompiler for the project source. |
| googlewebtoolkit2:writeAllScripts | Simply writes out all the scripts to the target folder. |
| googlewebtoolkit2:generateClientBeans | Generates client beans for the project (currently unsupported). |
| googlewebtoolkit2:debug | Extends the gwt goal and runs the project in the GWTShell with a debugger port hook (optionally suspended). |
| googlewebtoolkit2:test | Runs special (non surefire) test phase for GWTTestCase derived tests. This is necessary because of several complications with regard to surefire and the classpath for GWTTestCase/JUnitShell. See further notes in source. |
| googlewebtoolkit2:validate | Validates the GWT source but does not compile. |