You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/08/08 06:10:52 UTC

svn commit: r683836 - /maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml

Author: brett
Date: Thu Aug  7 21:10:51 2008
New Revision: 683836

URL: http://svn.apache.org/viewvc?rev=683836&view=rev
Log:
[MNG-3585] correct the example value for nonProxyHosts
Merged from: r683835 on 2.0.10-RC

Modified:
    maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml

Modified: maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml?rev=683836&r1=683835&r2=683836&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml (original)
+++ maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml Thu Aug  7 21:10:51 2008
@@ -86,7 +86,7 @@
       <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>