Make the contents of the file something like this:
<settings>Replacing all of the relevant bits and removing any unnecessary lines, like username and password, if they are not needed.
<proxies>
<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>
</proxies>
</settings>
Hope that helps.
No comments:
Post a Comment