> Is there a way to tell maven to download source jars by 
> default?  I didn't see anything in the pom or settings model 
> to do this.  I know I can download sources using the eclipse 
> plugin or the dependency plugin, but I would like to tell 
> maven to always download source jars when building a project.

The dependency:sources goal will download the source jars for all
dependencies. You could bind this into the lifecycle so it is run
automatically.

Of course, this only works on a project-by-project basis.

~Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to