You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "William Price (JIRA)" <ji...@codehaus.org> on 2010/09/07 20:38:32 UTC

[jira] Created: (MEV-670) ant-contrib 1.0b3 POM XML has invalid block

ant-contrib 1.0b3 POM XML has invalid <licenses> block
------------------------------------------------------

                 Key: MEV-670
                 URL: http://jira.codehaus.org/browse/MEV-670
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Invalid POM
            Reporter: William Price


Current POM contains:

...
<licenses>
  <url>...</url>
</licenses>
...

The POM schema requires:

...
<licenses>
  <license>
    <url>...</url>
  </license>
</licenses>
...

Because the POM does not comply with the schema certain tools (e.g. Artifactory) refuse to use/cache this POM.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MEV-670) ant-contrib 1.0b3 POM XML has invalid block

Posted by "Juven Xu (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juven Xu closed MEV-670.
------------------------

    Resolution: Fixed
      Assignee: Juven Xu

fixed, correct POM should be in central in 1 hour

> ant-contrib 1.0b3 POM XML has invalid <licenses> block
> ------------------------------------------------------
>
>                 Key: MEV-670
>                 URL: http://jira.codehaus.org/browse/MEV-670
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Invalid POM
>            Reporter: William Price
>            Assignee: Juven Xu
>
> Current POM contains:
> ...
> <licenses>
>   <url>...</url>
> </licenses>
> ...
> The POM schema requires:
> ...
> <licenses>
>   <license>
>     <url>...</url>
>   </license>
> </licenses>
> ...
> Because the POM does not comply with the schema certain tools (e.g. Artifactory) refuse to use/cache this POM.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira