You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/09/18 13:59:15 UTC

[jira] Commented: (JCR-2310) Jackrabbit Maven Artifacts have false checksums

    [ https://issues.apache.org/jira/browse/JCR-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757129#action_12757129 ] 

Jukka Zitting commented on JCR-2310:
------------------------------------

This problem was caused by MNG-4235. I'm upgrading to Maven 2.2.1 for future releases.

I'm trying to find out if there's a way for us to fix the broken checksums. The artifacts themselves are correct, as can be verified using the associated PGP signatures.

> Jackrabbit Maven Artifacts have false checksums
> -----------------------------------------------
>
>                 Key: JCR-2310
>                 URL: https://issues.apache.org/jira/browse/JCR-2310
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>         Environment: Linux, MacOS
>            Reporter: Kevin McKee
>            Assignee: Jukka Zitting
>             Fix For: 1.5.7, 1.6.0
>
>
> When trying to download jackrabbit artifacts from the maven central repo, checksum errors are being thrown.
> StackTrace from artifactory:
> 2009-09-18 00:17:22,166 [ERROR] (o.m.log             ) /artifactory/repo/org/apache/jackrabbit/jackrabbit-core/1.6.0/jackrabbit-core-1.6.0.jar
> org.artifactory.io.checksum.policy.ChecksumPolicyException: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-core-1.6.0.jar'. Checksums info: [ChecksumInfo{type=MD5, original='48
> 18f55b4fa0984d31d76558b643dda3', actual='550fb80fac821a27a292add0e738de7e'}, ChecksumInfo{type=SHA-1, original='638ec1f87e6fc4626e36a061036f303f715bd4dd', actual='ae92e204412068de4ab9c013f42e2286
> b8435430'}]
> This occurs with versions 1.5.7 and 1.6.0
> 		<dependency>
> 			<groupId>org.apache.jackrabbit</groupId>
> 			<artifactId>jackrabbit-core</artifactId>
> 			<version>1.6.0</version>
> 			<scope>provided</scope>
> 		</dependency>

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