Re: obtain latest snapshot with single http call?

2009-12-07 Thread Beat Strasser
that. However, how do you handle authentication? For the above url to work, you need a valid session cookie. I'd would be ideal to have a single http call (using wget for example) with HTTP Basic Authentication (with SSL). Is there already a solution available for this? Thx for any hint, -- Beat Strasser

Re: obtain latest snapshot with single http call?

2009-12-07 Thread Beat Strasser
On Dec 7, 2009, at 2:13 PM, Beat Strasser wrote: However, how do you handle authentication? For the above url to work, you need a valid session cookie. I'd would be ideal to have a single http call (using wget for example) with HTTP Basic Authentication (with SSL). Is there already a solution

Re: [nexus-user] Re: obtain latest snapshot with single http call?

2009-12-07 Thread Beat Strasser
Hi Brian Use curl. There's a fix in 1.4.1 to make the auth work better with wget but curl should work fine. Thanks, curl works perfectly. And under certain circumstances, wget seems to work also. -- Beat Strasser

Fetching the latest snapshot version without maven

2009-10-07 Thread Beat Strasser
having to define a pom.xml and use dependency:copy hacks)? Does Ivy support the maven repository layout/logic? Thanks for your help, -- Beat Strasser - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional