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

        

Reply via email to