[MNG-3585] correct the example value for nonProxyHosts

Merged from: r683835 on 2.0.10-RC

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@683839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2008-08-08 04:13:19 +00:00
parent b3b20d857d
commit 0a9a933726
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ under the License.
<password>proxypass</password>
<host>proxy.host.net</host>
<port>80</port>
<nonProxyHosts>local.net,some.host.com</nonProxyHosts>
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>
-->
</proxies>