[ 
https://issues.apache.org/jira/browse/PDFBOX-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840126#action_12840126
 ] 

Aaron Kaplan commented on PDFBOX-625:
-------------------------------------

I don't think I did anything special to get that warning.  I created a maven 
project and declared pdfbox as a dependency, and then ran mvn compile.

This being maven, you might just not have noticed the warning in the flood of 
messages going by.  You can configure maven to fail on checksum mismatches 
rather than just emitting a warning, by using the checksumPolicy element in 
settings.xml, as documented here:

http://maven.apache.org/settings.html



> faulty jempbox checksum file in maven central
> ---------------------------------------------
>
>                 Key: PDFBOX-625
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-625
>             Project: PDFBox
>          Issue Type: Bug
>          Components: JempBox
>    Affects Versions: 1.0.0
>            Reporter: Aaron Kaplan
>
> maven is giving me "CHECKSUM FAILED" warnings for jempbox-1.0.0.jar .  The 
> checksum file
> http://repo1.maven.org/maven2/org/apache/pdfbox/jempbox/1.0.0/jempbox-1.0.0.jar.md5
> contains the following:
> jempbox-1.0.0.jar: C1 83 87 F9 1F A8 66 DA  2D E4 2C A6 61 FE D3 D5
> That's the right checksum, but the format of the file is wrong.  The checksum 
> files of other packages, e.g.
> http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/1.0.0/pdfbox-1.0.0.jar.md5
> contain only the checksum, not the filename, and use lowercase letters and no 
> spaces.

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

Reply via email to