Re: [m2] Downloading source-code jar files ?

2005-12-06 Thread Christian Schulte
Jochen Wiedmann schrieb: Henry Isidro wrote: Try this: dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1-sources/version typejar/type scopeprovided/scope /dependency /dependencies If you are using the Eclipse plugin, then a more

RE: [m2] Downloading source-code jar files ?

2005-12-06 Thread Brian E. Fox
] Downloading source-code jar files ? Jochen Wiedmann schrieb: Henry Isidro wrote: Try this: dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1-sources/version typejar/type scopeprovided/scope /dependency /dependencies If you

[m2] Downloading source-code jar files ?

2005-12-05 Thread Christian Schulte
Hi, how do I make maven fetch e.g. junit-3.8.1-sources.jar so that this file gets copied into the local repository ? I tried putting a dependency to it in the root pom like this dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version

Re: [m2] Downloading source-code jar files ?

2005-12-05 Thread Henry Isidro
Christian Schulte wrote: Hi, how do I make maven fetch e.g. junit-3.8.1-sources.jar so that this file gets copied into the local repository ? I tried putting a dependency to it in the root pom like this dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId

Re: [m2] Downloading source-code jar files ?

2005-12-05 Thread Jochen Wiedmann
Henry Isidro wrote: Try this: dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1-sources/version typejar/type scopeprovided/scope /dependency /dependencies If you are using the Eclipse plugin, then a more simple trick is addding the