Re: Using a non-public remote repository

2005-02-01 Thread Rick Mangi
Don't kick yourself too hard. I realized it was possible when I was trying various things and noticed that the URL for the repo is just passed directly into a java URL object... works like a charm by the way. I think this might be a good bit of info for the FAQ. As corporate environments adopt

Re: Using a non-public remote repository

2005-02-01 Thread otto
On 01.02.2005, at 17:24, Rick Mangi wrote: Basic Auth: maven.repo.remote=http://user:[EMAIL PROTECTED]/ where maven.yourcompany.com is the repo D'oh! I really should have come up with this one myself. Thanks, -Ralph. On Feb 1, 2005, at 11:00 AM, Ralph Pöllath wrote: Is it possible to access a remot

Re: Using a non-public remote repository

2005-02-01 Thread Rick Mangi
Basic Auth: maven.repo.remote=http://user:[EMAIL PROTECTED]/ where maven.yourcompany.com is the repo On Feb 1, 2005, at 11:00 AM, Ralph Pöllath wrote: Hi, Is it possible to access a remote repository secured with 1) HTTP basic auth 2) HTTPS using a self-signed certificate? If so, how? Thanks, -Ral

Using a non-public remote repository

2005-02-01 Thread Ralph Pöllath
Hi, Is it possible to access a remote repository secured with 1) HTTP basic auth 2) HTTPS using a self-signed certificate? If so, how? Thanks, -Ralph. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM