Описание тега gwt-maven-plugin
Facilitates GWT web application development using Maven as build tool.
Facilitates GWT web application development using Maven as build tool to provide:
- GWT compiler execution for packaging your application into a WAR Compile and Debug
- generate GWT internationalization ("i18n") interfaces from bundles Internationalization
- running tests (or test suites) based on GWTTestCase framework as part of Maven build, Testing Support
- run (or debug) in DevMode from Maven DevMode
- generate boiler code for GWT-RPC Async interface from synchronous server-side interfaces Generate Async interfaces for GWT-RPC
- integrate nicelly into Eclipse, thanks to M2Eclipse and the Google Plugin for Eclipse.