jdeolive / geodb

Spatial database bindings for Java.
MIT License
67 stars 25 forks source link

MD5/SHA-1 checksums incorrect on some geodb artifacts in opengeo maven repo #21

Open matt-deboer opened 10 years ago

matt-deboer commented 10 years ago

I just recently pulled down the some artifacts from the opengeo maven repository (geodb-0.8.jar, geodb-0.8-sources.jar, and hatbox-1.0.b9.jar) and all 3 had mismatched sha-1 and md5 checksums. Just to make sure I wasn't crazy, I pulled down another jar from the same repo (hsqldb-1.8.0.7) and it's checksums were correct, so perhaps the problem only exists with these particular artifacts...

jdeolive commented 10 years ago

Hey Matt, unfortunately this is a problem with that maven repository. It is kind of a long story but the gist is that we have been using a combination of maven 2 and maven 3 to deploy artifacts and it is throwing off repository metadata, which then causes checksums to fail.

Anyways, we're working on it and looking at using an actual repository manager to try and address some of our issues, including this one.