Groovy 1.0-jsr-04 not uploaded correctly
----------------------------------------

         Key: MAVENUPLOAD-650
         URL: http://jira.codehaus.org/browse/MAVENUPLOAD-650
     Project: maven-upload-requests
        Type: Bug

    Reporter: Dominik Roblek


The groovy is declared in POM as:
<groupId>groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.0-jsr-04</version>

but stored in http://www.ibiblio.org/maven2/ repository as:
<groupId>groovy</groupId>
<artifactId>groovy-1.0-jsr</artifactId>
<version>04</version>

Besides the POM has an invalid dependency:
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>nodep-2.1</version>

The correctly defined dependency would be:
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1</version>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to