Re: Proxy settings question

2006-02-22 Thread Yann Le Du
Open your proxy.pac . It goes through some rules - probably depending on IPs - and eventually returns the proxy host and port, e.g. ' return "PROXY 20.140.15.83:3128"; ' --> host = 20.140.15.83 ; port = 3128 - Yann 2006/2/22, Dave Hoffer <[EMAIL PROTECTED]>: > > I understand that if I need to ru

Re: Proxy settings question

2006-02-22 Thread Emmanuel Venisse
.pac files aren't supported yet. You must download and edit your .pac file. Your proxy host/port is defined in it. Emmanuel Dave Hoffer a écrit : I understand that if I need to run maven2 from behind a proxy I need to configure the following section in my settings.xml file: true

Proxy settings question

2006-02-22 Thread Dave Hoffer
I understand that if I need to run maven2 from behind a proxy I need to configure the following section in my settings.xml file: true http proxy.somewhere.com 8080 proxyuser somepassword www.google.com|*.somewhere.com I am not clear what I need to use f