rltd to maven sources plugin - adding java sources jar to class path

2008-02-14 Thread rohit aman
Hi, I recently started using gwt in my struts project. We use maven as a project management tool. Since GWT needs java sources to be in the class path for it to compile the java files and my gwt module uses other module java classes, I thought of trying maven sources plugin to generate the

Re: rltd to maven sources plugin - adding java sources jar to class path

2008-02-14 Thread Wayne Fay
Add classifiersources/classifier to your dependency declaration as needed. Wayne On 2/14/08, rohit aman [EMAIL PROTECTED] wrote: Hi, I recently started using gwt in my struts project. We use maven as a project management tool. Since GWT needs java sources to be in the class path for it