You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jan Hänsli (JIRA)" <ji...@codehaus.org> on 2012/08/25 16:44:21 UTC

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

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

       

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg reassigned MNG-5336:
------------------------------------

    Assignee: Dennis Lundberg
    
> 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
>            Assignee: Dennis Lundberg
>             Fix For: 3.1.0
>
>
> 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

       

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ 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

       

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MNG-5336.
--------------------------------

    Resolution: Fixed

Modello was updated to version 1.6 in [r1411559|http://svn.apache.org/viewvc?view=revision&revision=1411559]. That solved it.
                
> 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
>            Assignee: Dennis Lundberg
>             Fix For: 3.1.0
>
>
> 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

       

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

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ 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