Menu

#675 Bad checksum in maven repo

v1.0 (example)
closed-fixed
nobody
None
5
2015-05-18
2015-05-15
No

Hello,

It looks like one pom has a bad checksum in Maven repository:
http://www.soapui.org/repository/maven2/com/smartbear/soapui/soapui/5.1.3/soapui-5.1.3.pom

If I compute values (from MacOS and Artifactory) I have:
MD5: 1fca8eff833872a2e91a8dae2e8443d6
SHA1: 6cca6ecd507d85a8b784cc630751d9aecd9d6931

Value in the repo are:
MD5: 51cba50937294a0b04a22c41d441e6f1
SHA1: 0d72b0d45d21e1f888e3b80b8160671deb6b7add

Is it possible to fix please?
Priority is low for me as I have a work around (leave as 5 as I don't know if low is 1 or 10 in your scale...).

Thanks,
Regards,

Guillaume

Discussion

  • Joel Jonsson

    Joel Jonsson - 2015-05-18

    The MD5/SHA1 was calculated on a file with Windows line endings. During the upload to maven the pom file got converted to Unix line endings and thus the checksums didn't match anymore. I have simply removed the MD5 and SHA1 files for the pom in the repository to avoid touching a already published pom file.

    Thanks for reporting this!

    Regards,
    Joel Jonsson

     
  • Joel Jonsson

    Joel Jonsson - 2015-05-18
    • status: open --> closed-fixed
     

Log in to post a comment.