sunil1989 / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

checksum failure in http://google-gson.googlecode.com/svn/mavenrepo/com/google/code/gson/gson/ #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While building code using maven and using 
http://google-gson.googlecode.com/svn/mavenrepo/, we are getting check sum 
failure on this file 
http://google-gson.googlecode.com/svn/mavenrepo/com/google/code/gson/gson/maven-
metadata.xml

The reason is check sum stored in this file 
5d94c0b19adc896ec3e3503f4216f3d4c86087ad from location 
http://google-gson.googlecode.com/svn/mavenrepo/com/google/code/gson/gson/maven-
metadata.xml.sha1  doesn't match up checksum created for the file in this 
location 
http://google-gson.googlecode.com/svn/mavenrepo/com/google/code/gson/gson/maven-
metadata.xml which is 1d715fb31af33a21d79b835cb630540e3a5d0b1c

expected checksum should be 1d715fb31af33a21d79b835cb630540e3a5d0b1c on this 
location 
http://google-gson.googlecode.com/svn/mavenrepo/com/google/code/gson/gson/maven-
metadata.xml.sha1

if you using nexus maven mirror it would be as simple update index on this 
folder should fix this problem

Original issue reported on code.google.com by muruve...@gmail.com on 22 Nov 2010 at 4:49

GoogleCodeExporter commented 9 years ago
work around to this problem do checksum to warning on your maven build and it 
should work fine. But I would recommend these people fix this silly problem 
rather than working around the problem

Original comment by muruve...@gmail.com on 22 Nov 2010 at 4:58

GoogleCodeExporter commented 9 years ago
We have now deprecated our own Maven repository and activated sync of Gson to 
Maven Central. Please use Gson 1.7.1 from Maven Central and it would have the 
correct checksums.

http://repo2.maven.org/maven2/com/google/code/gson/gson/1.7.1/

Original comment by inder123 on 13 Apr 2011 at 11:31