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
Fix For: 1.6.0, 1.5.7
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.