try this:
repositories.remote << URI.parse("http://user:[email protected]")
--
Khristian Alexander Schönrock
http://derkosak.blogspot.com - Meu blógue!On Thu, Nov 11, 2010 at 2:55 PM, Khristian <[email protected]> wrote: > I think I posted a solution to this in this list some time ago, I'll > try to find the example. brb > -- > Khristian Alexander Schönrock > http://derkosak.blogspot.com - Meu blógue! > > > > 2010/11/11 Luis Pérez <[email protected]>: >> Hi, >> >> I'm trying to use buildr to build a project, but I have come up with >> one limitation: >> >> Is there a way (or is planned to be) to define a maven server which >> requires authentication to download artifacts? >> repositories.remote is just an array of URLs, so though i can define a >> server to release artifacts to using authentication credentials, i >> can't authenticate to download them. >> >> Thanks, >> >> Luis >> >
