Codehaus
>
Mojo
> Maven GWT Plugin
Maven
|
Mojo
|
Google Web Toolkit
| Last Published: 2008-11-22
Mojo
Back to Mojo
Overview
Introduction
Goals
Usage
FAQ
Examples
compile a GWT module
generate async interfaces
generate i18n bundles interfaces
configure eclipse
run GWT intergration Tests
Project Documentation
Project Information
Project Reports
Google Web Toolkit Maven Plugin
Provides support for using
GWT
with Maven 2 and integration with Eclispe IDE.
Goals Overview
gwt:eclipse
: Setup eclipse for GWT modules.
gwt:compile
: Compile GWT modules into JavaScript.
gwt:generateAsync
: Generate asynchronous interfaces for RPC services.
gwt:i18n
: Run the i18nCreator tool to generation message bundle interfaces.
gwt:test
: Run GWTTestCase integration tests.
gwt:eclipseTest
: Setup eclipse for GWTTestCases.