You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/07 13:30:28 UTC

[35/50] [abbrv] maven-aether git commit: Bug 435151 - Wrong separator given in documentation of non-proxy hosts for Aether Ant Tasks

Bug 435151 - Wrong separator given in documentation of non-proxy hosts for Aether Ant Tasks

Fixed example of <proxy> type to demonstrate proper syntax using pipe character


Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/45c31755
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/45c31755
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/45c31755

Branch: refs/heads/ant-tasks
Commit: 45c3175534c0647ccdb821acbe729d222fed34f1
Parents: 7cb8b1e
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Sun May 18 16:03:04 2014 +0200
Committer: Benjamin Bentmann <be...@sonatype.com>
Committed: Sun May 18 16:03:04 2014 +0200

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/45c31755/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e5ffb9c..2a96247 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@ Some settings defined in the settings file or in the POM can also be changed ins
 
 Proxy definitions are used throughout the whole session. There may be multiple
 proxies set. The proxy to use will be chosen by evaluating the nonProxyHosts on
-each proxy definition.
+each proxy definition, the first matching proxy will be used for a given remote connection.
 
-    <proxy host="" port="" type="http" nonProxyHosts="foo,bar"/>
+    <proxy host="proxy.mycorp.com" port="8080" type="http" nonProxyHosts="127.*|localhost|*.mycorp.com"/>
 
 ### Authentication