Jan Hänsli created MNG-5336:
-------------------------------
Summary: Descriptor Reference for settings.xml is incorrect
Key: MNG-5336
URL: https://jira.codehaus.org/browse/MNG-5336
Project: Maven 2 & 3
Issue Type: Bug
Components: Settings
Affects Versions: 3.0.4
Reporter: Jan Hänsli
The example settings.xml found here
(http://maven.apache.org/ref/3.0.4/maven-settings/settings.html) is not valid!
65: <properties>
66: <key>value</key>
67: <properties/>
bad line 67: <properties/>
correct line 67: </properties>
Steps to reproduce:
- Copy & Paste the document into your IDE or XML editor.
- Start the xml validator and try to validate the document against
http://maven.apache.org/xsd/settings-1.1.0.xsd
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira