.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:
<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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]