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
.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
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