You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/08/08 06:13:27 UTC

[jira] Closed: (MNG-3585) nonProxyHosts separator is wrong in the default settings.xml

     [ http://jira.codehaus.org/browse/MNG-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MNG-3585.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.11)
                   2.0.10

> nonProxyHosts separator is wrong in the default settings.xml
> ------------------------------------------------------------
>
>                 Key: MNG-3585
>                 URL: http://jira.codehaus.org/browse/MNG-3585
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Documentation:  General
>         Environment: Maven 2.0.8 and 2.0.9
>            Reporter: Matthieu Lux
>            Assignee: Brett Porter
>             Fix For: 2.0.10
>
>
> In the default settings.xml of the Maven package, the example for proxy configuration contain this :
> <!-- proxy
>      | Specification for one proxy, to be used in connecting to the network.
>      |
>     <proxy>
>       <id>optional</id>
>       <active>true</active>
>       <protocol>http</protocol>
>       <username>proxyuser</username>
>       <password>proxypass</password>
>       <host>proxy.host.net</host>
>       <port>80</port>
>       <nonProxyHosts>local.net,some.host.com</nonProxyHosts>
>     </proxy>
>     -->
> The separator for nonProxyHosts is wrong, it must be a "|".
> It is defined here : http://maven.apache.org/ref/2.0.8/maven-settings/settings.html#class_proxy

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira