[
https://jira.codehaus.org/browse/MNG-5336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=307090#comment-307090
]
Dennis Lundberg commented on MNG-5336:
--------------------------------------
I've created a pull request for modello@github with a fix. It seems I do not
have commit access to sonatype/modello, so I need the help of someone that has
commit access. Hervé?
> 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