mirror of https://github.com/apache/maven.git
[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:
parent
b3b20d857d
commit
0a9a933726
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue