I wrote an example of how to outline creating an artifact and then consuming it. You may want to review coding style, I put elipses periods in comments (...) when I indicate stuff that is not there. --Ed
On Thu, Nov 11, 2010 at 11:07 AM, Antoine Toulme <[email protected]>wrote: > Feel free to provide a patch for our doc - so people don't need to look for > this anymore. > > Cheers, > > Antoine > > 2010/11/11 Luis Pérez <[email protected]> > > > It just worked. Thank you very much! And sorry about the question, i > > searched for, but i didn't find out in the first place. > > > > Again, thanks, > > > > Luis > > > > > > > From: Khristian <[email protected]> > > > To: [email protected] > > > Date: Thu, 11 Nov 2010 14:58:07 -0200 > > > Subject: Re: Authentication for artifact downloading > > > 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 > > >>> > > >> > > >
