[EMAIL PROTECTED] wrote on Friday, March 12, 2004 12:42 PM:

> Hello,
> 
> how can i give maven the url in <dependency>, thus maven
> downloads a specific file-relase from a project?
> 
> I try to use http://sourceforge.net/projects/columba and wont
> to download the jscf-0.1.jar which is released.
> 
> How can i specify the url?
> 
> How maven works with sourceforge?

No, the URL element is just a description, where the user can *manually* download the 
missing jar. Maven just downloads from the URL's defined with the property 
maven.rep.download and expects there always a Maven repository. You might give 
multiple repositories on the line though and if the sf project supports maven (i.e. 
like spice), you might add something like http://spice.sf.net/maven .

Regards,
J�rg

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

Reply via email to