Incorrect metadata from java.xml
--------------------------------

                 Key: MEV-574
                 URL: http://jira.codehaus.org/browse/MEV-574
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Invalid Metadata
            Reporter: Adrian Skehill


The maven-metadata for the javax.mail component is incorrect.

When I open the metadata xml file it says: 
(http://repo1.maven.org/maven2/javax/mail/mail/maven-metadata.xml)

<groupId>javax.activation</groupId>
<artifactId>mail</artifactId>

But this should be

<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>

-- 
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