You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: