Re: [m2] download sources to local repo

2006-05-08 Thread Alexandre Poitras
Add this to your dependency : java-source *I don't know if you need to add both a normal jar dependency and a java-source dependency. My guess is that a java-source dependency automatically include the binary jar in the build but I could be wrong. On 5/8/06, delasoul <[EMAIL PROTECTED]> wrote:

RE: [m2] download sources to local repo

2006-05-09 Thread Roald Bankras
s Software Engineer JTeam b.v. -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 10:25 PM To: Maven Users List Subject: Re: [m2] download sources to local repo Add this to your dependency : java-source *I don't know if you need to add bo

Re: [m2] download sources to local repo

2006-05-09 Thread delasoul
Thank you for your reply. I had to add both - the source and the normal jar dependency plus I had to add sources to the source dependency - instead of the element. With the element, Maven complained about not finding the pom for the sources jar... But now its working, Michael -- Vie

Re: [m2] download sources to local repo

2006-05-10 Thread Alexandre Poitras
There may be a bug because the type element imply a new classifier type. Anyway, Im glad it helped. On 5/10/06, delasoul <[EMAIL PROTECTED]> wrote: Thank you for your reply. I had to add both - the source and the normal jar dependency plus I had to add sources to the source dependency