maven sources plugin

2008-02-15 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

Re: maven sources plugin

2008-02-15 Thread rohit aman
@maven.apache.org Subject: maven sources plugin 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

RE: maven sources plugin

2008-02-15 Thread nicklist
#class_dependency Hth, Nick S. -Original Message- From: rohit aman [mailto:[EMAIL PROTECTED] Sent: Fri 2/15/2008 18:10 To: users@maven.apache.org Subject: maven sources plugin Hi, I recently started using gwt in my struts project. We use maven as a project management tool. Since GWT needs

Re: maven sources plugin

2008-02-15 Thread Wayne Fay
- From: rohit aman [mailto:[EMAIL PROTECTED] Sent: Fri 2/15/2008 18:10 To: users@maven.apache.org Subject: maven sources plugin 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

Re: maven sources plugin

2008-02-15 Thread rohit aman
/classifier /dependency See http://maven.apache.org/ref/2.0.7/maven-model/maven.html#class_dependency Hth, Nick S. -Original Message- From: rohit aman [mailto:[EMAIL PROTECTED] Sent: Fri 2/15/2008 18:10 To: users@maven.apache.org Subject: maven sources plugin Hi, I recently

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

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

2008-02-14 Thread Wayne Fay
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 source files jars for all the modules of my project. the maven plugin creates one jar file for .class file and one for .java file... so for ex