From 0a9a9337267b0964f5aa4eb78b35086c8f6223b2 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Fri, 8 Aug 2008 04:13:19 +0000 Subject: [PATCH] [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 --- maven-distribution/src/conf/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-distribution/src/conf/settings.xml b/maven-distribution/src/conf/settings.xml index 37baf8a757..240f2d132a 100644 --- a/maven-distribution/src/conf/settings.xml +++ b/maven-distribution/src/conf/settings.xml @@ -86,7 +86,7 @@ under the License. proxypass proxy.host.net 80 - local.net,some.host.com + local.net|some.host.com -->