There seems to be quite a lot of confusion regarding integrating Maven with GWT 1.6, as Google has changed the layout to "exploded war" format. Which plugin are you using? Does it have goals for hosted/compile? Does it work "in place", writing output to src/main/webapp/WEB-INF
, or does it use an external dir? (I'm not a fan of having GWT-generated output appearing in my source tree).
If you have something working, POM snippets would be highly appreciated as well.