Hi, I've made some test to integrate nicelly maven, Eclispe and google Eclipse plugin. It works fine for my basic tests (using the IT reactor project) :
- import project into eclipse using m2eclipse - manually enable google eclipse support (may be automatic in future) - generate eclipse launch configurations for google eclipse plugin with gwt:eclipse - run/debug the hosted browser & server - call RPC servlets - refresh client side code from multiprojects I've written a short doc on this : http://mojo.codehaus.org/gwt-maven-plugin/1.1-SNAPSHOT/eclipse/google_plugin.html The main limitation is that there is no way AFAIK to know the host page from a gwt module file, so I had to choose a conventional location. Please review, make your own testing and report any suggestion / issue / work-for-me about mixing Maven + Eclispe + GWT Nicolas