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 run maven2 from behind a proxy I need to
> configure the following section in my settings.xml file:
>
> <proxy>
>       <active>true</active>
>       <protocol>http</protocol>
>       <host>proxy.somewhere.com</host>
>       <port>8080</port>
>       <username>proxyuser</username>
>       <password>somepassword</password>
>       <nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
> </proxy>
>
> I am not clear what I need to use for the <host> tag, in browsers we
> need to use firewall.xrite.com/proxy.pac, how should I configure this
> for maven2?
>
> -dh
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to