Maven 2 & 3

nonProxyHosts separator is wrong in the default settings.xml

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.1.0-M1
  • Component/s: Documentation: General
  • Labels:
    None
  • Environment:
    Maven 2.0.8 and 2.0.9
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

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

Activity

Hide
John Casey added a comment -

Pushing to 2.0.11 so we can have a smaller set of high-value issues to target for the next release (2.0.10).

Show
John Casey added a comment - Pushing to 2.0.11 so we can have a smaller set of high-value issues to target for the next release (2.0.10).

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: