GWT Maven gwt:compile issue

2010-10-11 Thread tc
I am using the new maven plugin (http://google-web- toolkit.googlecode.com/svn/2.1.0.M3/gwt/maven) that is being used in the new 2.1 development. I have setup a multi module maven project where one of the modules contains a GWT module that contains mainly just shared object between server /

Re: GWT Maven gwt:compile issue

2010-10-11 Thread Travis Camechis
I figured it out. I had to modify the resources section to include the module xml file ( it was getting left out ) along with the source code for the module. All is happy now. On Mon, Oct 11, 2010 at 1:09 PM, tc camec...@gmail.com wrote: I am using the new maven plugin (http://google-web-