2010-01-19

EDIT: Added some of the output of the mvn -X -e commands at the end

My company is developing a GWT application. We've been using maven 2 and GWT 1.7 successfully for quite a while. We recently decided to upgrade to GWT 2.0. We've already updated the eclipse project and we are able to successfully run the application in dev-mode.

We are struggling to get the application built using maven though. I'm hoping somebody can tell me what I'm doing wrong here since I'm running out of time on this.

The exacty bit of the output that worries me is the 'GWT compilation skipped' message:

I'm pasting the gwt-maven-plugin section below. If you need anything else please ask.

I executed mvn clean install -X -e and this is some of the output that I get:

and then this:

It's finding the correct sourceDirectory. That folders has a 'com' folder within which ultimately is the source of the application organized in folders as per the package structure.

Show more