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

[jira] Created: (COMPRESS-104) 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: COMPRESS-104
                 URL: https://issues.apache.org/jira/browse/COMPRESS-104
             Project: Commons Compress
          Issue Type: Bug
    Affects Versions: 1.0
            Reporter: Kevin Squire
             Fix For: 1.0


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

Please fix the sha1 key for all files and re-upload.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COMPRESS-104) 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...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Squire updated COMPRESS-104:
----------------------------------

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

Please fix the sha1 key for all files and re-upload.  

(For reference, see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html)

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

Please fix the sha1 key for all files and re-upload.

    Environment: 
maven 2.0
ivy 2.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: COMPRESS-104
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-104
>             Project: Commons Compress
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: maven 2.0
> ivy 2.1.0
>            Reporter: Kevin Squire
>             Fix For: 1.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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
> Please fix the sha1 key for all files and re-upload.  
> (For reference, see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (COMPRESS-104) 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 "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved COMPRESS-104.
---------------------------

    Resolution: Fixed

Reported on dev@maven, and the problem has been 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: COMPRESS-104
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-104
>             Project: Commons Compress
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: maven 2.0
> ivy 2.1.0
>            Reporter: Kevin Squire
>             Fix For: 1.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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
> Please fix the sha1 key for all files and re-upload.  
> (For reference, see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html)
> See corresponding maven upload bug report at http://jira.codehaus.org/browse/MAVENUPLOAD-2756

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COMPRESS-104) 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...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Squire updated COMPRESS-104:
----------------------------------

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

Please fix the sha1 key for all files and re-upload.  

(For reference, see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html)

See corresponding maven upload bug report at http://jira.codehaus.org/browse/MAVENUPLOAD-2756

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

Please fix the sha1 key for all files and re-upload.  

(For reference, see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html)


> 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: COMPRESS-104
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-104
>             Project: Commons Compress
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: maven 2.0
> ivy 2.1.0
>            Reporter: Kevin Squire
>             Fix For: 1.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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
> Please fix the sha1 key for all files and re-upload.  
> (For reference, see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html)
> See corresponding maven upload bug report at http://jira.codehaus.org/browse/MAVENUPLOAD-2756

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COMPRESS-104) 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...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Squire updated COMPRESS-104:
----------------------------------


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: COMPRESS-104
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-104
>             Project: Commons Compress
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: maven 2.0
> ivy 2.1.0
>            Reporter: Kevin Squire
>             Fix For: 1.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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
> Please fix the sha1 key for all files and re-upload.  
> (For reference, see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html)
> See corresponding maven upload bug report at http://jira.codehaus.org/browse/MAVENUPLOAD-2756

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.