Skip downloading javadoc and java sources

2007-01-16 Thread Rajiv Kumar Poddar
Hi, while running mvn, it tries to download javadoc and sources along with the jars. How can it be suppressed so that it only downloads jars. Thanks regards, Rajiv Kr Poddar

Re: Skip downloading javadoc and java sources

2007-01-16 Thread franz see
that it only downloads jars. Thanks regards, Rajiv Kr Poddar -- View this message in context: http://www.nabble.com/Skip-downloading-javadoc-and-java-sources-tf3019734s177.html#a8386793 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Re: Skip downloading javadoc and java sources

2007-01-16 Thread Rajiv Kumar Poddar
I was using 'mvn eclipse:eclipse' and maven tried to download sources.jar and javadoc.jar. Thanx Rajiv Kr Poddar

Re: Skip downloading javadoc and java sources

2007-01-16 Thread Maria Odea Ching
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

Re: Skip downloading javadoc and java sources

2007-01-16 Thread nicolas de loof
Also take a look at your $HOME/.m2/setting.xml If you have a property downloadSourcestrue/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