Since the maven repository doesn't store many source code and java-docs, there are a lot of errors when maven try to download these. How can let maven to download them without show the errors if they are not available.
Michael McCallum-3 wrote: > > mvn dependency:resolve and mvn dependency:sources > On Wed, 20 Feb 2008 13:51:44 youhaodeyi wrote: >> Hi, Dennis >> >> I know what wrong. I work with eclipse and the setting of eclipse is to >> download source code and java doc. Now I disabled it in eclipse. I just >> wander how to enable download source code and java-doc in mvn command. >> >> Dennis Lundberg-2 wrote: >> > youhaodeyi wrote: >> >> My maven will try to download all the dependency jars including >> >> source-code >> >> and javadoc. There are many errors for downloading source-code and >> >> javadoc. >> >> How can disable maven to download them? >> > >> > What command are you using when this happens? >> > >> > To the best of my knowledge, downloading of -source and -javadoc jars >> > are *off* by default. >> > >> > -- >> > Dennis Lundberg >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > Michael McCallum > Enterprise Engineer > mailto:[EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-can-I-disable-maven-download-source-code-and-javadoc-for-dependency-jars--tp15554273s177p15581815.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
