Comment by [email protected]: I just played a bit with the gwt-maven-plugins from the Codehaus Mojo. Hosted Mode works after running `mvn war:inplace`, but that's not a very elegant solution. It would be better if there was a command line option to pass extra classpath folders to Jetty. The jetty-maven-plugin has a parameter like that: `<extraClasspath>target/classes</extraClasspath>` That would also make a multi-module setup possible...
For more information: http://code.google.com/p/google-web-toolkit/wiki/WAR_Design_1_6 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
