Re: maven sources plugin

2008-02-15 Thread rohit aman
Hey Wayne... for some reason I did not get any reply to the first post. my apologies to the group for redundant e-mails On Fri, Feb 15, 2008 at 10:41 AM, Wayne Fay [EMAIL PROTECTED] wrote: Rohit, I replied to this email with the same response 15hrs ago. Why are you resending the email, and why

RE: maven sources plugin

2008-02-15 Thread nicklist
You are looking for the classifier of the dependency: dependency groupIdcom.my.company/groupId artifactIdjava-proj/artifactId version1.0-SNAPSHOT/version classifiersources/classifier /dependency See

Re: maven sources plugin

2008-02-15 Thread Wayne Fay
Rohit, I replied to this email with the same response 15hrs ago. Why are you resending the email, and why didn't you just reply to your original thread? Did you not see the response? Wayne On 2/15/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You are looking for the classifier of the

Re: maven sources plugin

2008-02-15 Thread rohit aman
Thanks Nick... that helps On Fri, Feb 15, 2008 at 10:35 AM, [EMAIL PROTECTED] wrote: You are looking for the classifier of the dependency: dependency groupIdcom.my.company/groupId artifactIdjava-proj/artifactId version1.0-SNAPSHOT/version