Also take a look at your $HOME/.m2/setting.xml If you have a property <downloadSources>true</downloadSources> this will have the same effect.
2007/1/17, Maria Odea Ching <[EMAIL PROTECTED]>:
Hi Rajiv, Maybe the 'downloadSources' parameter in the eclipse plugin configuration in your pom is set to true. If not, try using this command instead 'mvn eclipse:eclipse -DdownloadSources=false'. Anyway, the default is that the sources shouldn't be downloaded when you do not set the 'downloadSources' parameter to true because it defaults to false so I don't think you should resort to setting it to false from the command line. Hope this helps! :-) Thanks, Deng Rajiv Kumar Poddar wrote: >I was using 'mvn eclipse:eclipse' and maven tried to download sources.jar >and javadoc.jar. > >Thanx >Rajiv Kr Poddar > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
