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 way? Any suggestions are welcome... Thanks, Christoph. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
