Amshoff Christoph, Köln wrote:
> Hi,
> 
> we are using the eclipse plugin to create the Eclipse configuration, and
> specify the -DdownloadSources=true switch to download the source JARs and
> include them into the .classpath file. This is pretty cool, but....
> 
> As usual, the .project and .classpath files are checked into CVS to share
> them with the team. Now what about the source JARs, how do the rest of the
> team get them from our internal maven-repo into their private one? The
> classes JARs are downloaded when calling mvn compile, for example, as they
> are defined in the POM's dependency section. But the source JARs aren't (and
> shouldn't), so how to download them? Does everybody have to call mvn
> eclipse:eclipse -DdownloadSources=true for that? Is there a better / simpler

This is similar to what we do: eclipse files are checked into ClearCase
and I have created a script that re-generates the project files but puts
them under the target directory (could be anywhere). By this, we use the
side effect of downloading the source jars.

-dirk


-- 
A: Maybe because some people are too annoyed by top-posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to