maven.dependency.sources=false should be the default value.A few suggestions:
Only developers are interest by sources for debugging.
- create a separate goal 'eclipse:get-sources' that will try to download all the sources for the dependencies that you don't have yet (checking your local repository). The goal should also modify the .classpath file automatically. This way the above property will not be neccessary.
- I wouln't like to intermingle binary and source artifacts in the single directory. source for <localRepo>/<groupId>/jars/<artifactId>.jar should IMO live in <localRepo>/<groupId>/sources/<artifactId>-src.zip
R.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
