vote up 4 vote down star
2

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.

flag

3 Answers

vote up 4 vote down check

There's an article here about how to use GWT 1.6, the Google Eclipse Plugin, maven 2, and the gwt-maven-plugin all together.

link|flag
vote up 0 vote down

I had this working by downloading the GWT Maven2 Starter App here and then changing the pom to use GWT 1.6.4 and it just seemed to work.

link|flag
Hmm, that starter app says "Note this is for GWT 1.5.x.". And the plugin that his site is using, maven-googlewebtoolkit2-plugin ominously has the following on its website: "NOTE: This plugin is being maintained, but new features are NOT being added here". This doesn't really inspire confidence. Did you have any trouble switching to 1.6 given the new "exploded war" layout? – Kaffeine Coma Apr 29 at 19:36
vote up 0 vote down

I have updated the gwt-maven2-starter-app to use GWT 1.6.x and the codehaus maven-gwt-plugin. Their work around is to deviate from the maven convention and to use the 1.6 standard /war directory inplace (instead of src/main/webapp) for webapp artifacts and GWT generated output (which you should add to .svnignore).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.