You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kevin Squire (JIRA)" <ji...@codehaus.org> on 2010/03/19 08:43:22 UTC

[jira] Created: (MAVENUPLOAD-2756) The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy

The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy
---------------------------------------------------------------------------------------------------------------------------------------------

                 Key: MAVENUPLOAD-2756
                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2756
             Project: Maven Upload Requests
          Issue Type: Bug
            Reporter: Kevin Squire


In the maven repository at http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/ (and mirrors), the SHA1 file for each uploaded file looks like this (shown is commons-compress-1.0.pom.sha1):

 commons-compress-1.0.pom: 3259 80A0 9DBB D0C1 08EC E8E7 733B 462B 00E6 F2A8

This file is in the wrong format for maven and ivy to parse, causing them not to be able to download and use commons-compress.

The file should contain only the sha1 hash, with no spaces, as

 325980a09dbbd0c108ece8e7733b462b00e6f2a8

If possible, please fix (or ask the developer to fix).  See corresponding bug report at https://issues.apache.org/jira/browse/COMPRESS-104 .

-- 
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] Moved: (MEV-654) The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy

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

Dennis Lundberg moved MAVENUPLOAD-2756 to MEV-654:
--------------------------------------------------

            Version: 1.0
        Artifact ID: commons-compress
         Bundle URL:   (was: http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/)
    Contributor URL:   (was: NOT A DEVELOPER)
           Group ID: org.apache.commons
           Workflow: jira  (was: Maven New)
                Key: MEV-654  (was: MAVENUPLOAD-2756)
            Project: Maven Evangelism  (was: Maven Upload Requests)

> The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MEV-654
>                 URL: http://jira.codehaus.org/browse/MEV-654
>             Project: Maven Evangelism
>          Issue Type: Bug
>            Reporter: Kevin Squire
>
> In the maven repository at http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/ (and mirrors), the SHA1 file for each uploaded file looks like this (shown is commons-compress-1.0.pom.sha1):
>  commons-compress-1.0.pom: 3259 80A0 9DBB D0C1 08EC E8E7 733B 462B 00E6 F2A8
> This file is in the wrong format for maven and ivy to parse, causing them not to be able to download and use commons-compress.
> The file should contain only the sha1 hash, with no spaces, as
>  325980a09dbbd0c108ece8e7733b462b00e6f2a8
> If possible, please fix (or ask the developer to fix).  See corresponding bug report at https://issues.apache.org/jira/browse/COMPRESS-104 .

-- 
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] Commented: (MAVENUPLOAD-2756) The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy

Posted by "Kevin Squire (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=214457#action_214457 ] 

Kevin Squire commented on MAVENUPLOAD-2756:
-------------------------------------------

Maven dependency:

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-compress</artifactId>
    <version>1.0</version>
</dependency>


Ivy dependency:

  <dependency org="org.apache.commons" name="commons-compress" rev="1.0"/>

(from: http://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.0)

> The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MAVENUPLOAD-2756
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2756
>             Project: Maven Upload Requests
>          Issue Type: Bug
>            Reporter: Kevin Squire
>
> In the maven repository at http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/ (and mirrors), the SHA1 file for each uploaded file looks like this (shown is commons-compress-1.0.pom.sha1):
>  commons-compress-1.0.pom: 3259 80A0 9DBB D0C1 08EC E8E7 733B 462B 00E6 F2A8
> This file is in the wrong format for maven and ivy to parse, causing them not to be able to download and use commons-compress.
> The file should contain only the sha1 hash, with no spaces, as
>  325980a09dbbd0c108ece8e7733b462b00e6f2a8
> If possible, please fix (or ask the developer to fix).  See corresponding bug report at https://issues.apache.org/jira/browse/COMPRESS-104 .

-- 
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-654) The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy

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

Juven Xu closed MEV-654.
------------------------

    Resolution: Fixed
      Assignee: Juven Xu

fixed

> The SHA1 files uploaded to the maven repository are not formatted correctly, and make it impossible to use Commons-Compress with maven or ivy
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MEV-654
>                 URL: http://jira.codehaus.org/browse/MEV-654
>             Project: Maven Evangelism
>          Issue Type: Bug
>            Reporter: Kevin Squire
>            Assignee: Juven Xu
>
> In the maven repository at http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/ (and mirrors), the SHA1 file for each uploaded file looks like this (shown is commons-compress-1.0.pom.sha1):
>  commons-compress-1.0.pom: 3259 80A0 9DBB D0C1 08EC E8E7 733B 462B 00E6 F2A8
> This file is in the wrong format for maven and ivy to parse, causing them not to be able to download and use commons-compress.
> The file should contain only the sha1 hash, with no spaces, as
>  325980a09dbbd0c108ece8e7733b462b00e6f2a8
> If possible, please fix (or ask the developer to fix).  See corresponding bug report at https://issues.apache.org/jira/browse/COMPRESS-104 .

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