You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2012/09/10 21:23:21 UTC

[jira] (MNG-5336) Descriptor Reference for settings.xml is incorrect

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

Olivier Lamy updated MNG-5336:
------------------------------

    Fix Version/s: 3.0.5

fixed in modello.
We only need a release.
Perso even if I have karma for modello git I don't have karma to deploy modello artifacts to codehaus repo. 
The fun of infrastructure with non unified authz ...
                
> 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
>             Fix For: 3.0.5
>
>
> 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