Hi! I configured maven to download the sources of JARs. I have created a local repository (a network drive in order to have a central repository on my company) in %home%/.m2/settings.xml:
<localRepository>I:\repository</localRepository> This works fine for the binary jars, but the source jars are beeing downloaded into the default repository (%home%/.m2/repository) Is there a way to configure where sources are put after download? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]