Hmm, I've noticed a file named resolver-status.properties is created in 
~/.m2/repository/org/clojure/clojure/1.7.0-master-SNAPSHOT with the 
following contents:

#NOTE: This is an internal implementation file, its format can be changed 
without prior notice.
#Sat Feb 28 21:45:36 GMT 2015
maven-metadata-snapshots.xml/default-https\://oss.sonatype.org/content/repositories/snapshots/.lastUpdated=1425159936364
maven-metadata-clojars.xml.error=
maven-metadata-snapshots.xml.error=Could not transfer metadata 
org.clojure\:clojure\:1.7.0-master-SNAPSHOT/maven-metadata.xml from/to 
snapshots (https\://oss.sonatype.org/content/repositories/snapshots/)\: 
Checksum validation failed, expected 
5c88ee9a5d32a33ad7d16246ec3363fc98631b0a but is 
c20a0181e802635cf0d33d59a244204188d5e1a5
maven-metadata-clojars.xml.lastUpdated=1425159935986

If I download 
https://oss.sonatype.org/content/repositories/snapshots/org/clojure/clojure/1.7.0-master-SNAPSHOT/maven-metadata.xml
 and 
run openssl sha1 maven-metadata.xml, I get:

SHA1(maven-metadata.xml)= c20a0181e802635cf0d33d59a244204188d5e1a5

But 
https://oss.sonatype.org/content/repositories/snapshots/org/clojure/clojure/1.7.0-master-SNAPSHOT/maven-metadata.xml.sha1
 
contains:

5c88ee9a5d32a33ad7d16246ec3363fc98631b0a

Which makes it seem like an issue with the deployed artifact/metadata? I'm 
not really sure why it's working for you but not me!

Thanks,

Michael

On Saturday, 28 February 2015 00:18:34 UTC, Sean Corfield wrote:
>
> On Feb 27, 2015, at 3:30 PM, Michael Griffiths <mikeygr...@gmail.com 
> <javascript:>> wrote:
>
> Sean, thanks - but does it still work for you if you remove ~/.m2/ (or 
> just remove 1.7.0-master-SNAPSHOT from here)? I've tried with the trailing 
> slash and am still having no luck (both locally and on Travis CI).
>
>
> Yes — just to test I blew away my ~/.m2/repository/org tree and re-ran my 
> build and Leiningen pulled down the latest snapshot (along with hundreds of 
> other org.* dependencies):
>
>      [exec] Retrieving 
> org/clojure/clojure/1.7.0-master-SNAPSHOT/clojure-1.7.0-master-20150220.180325-29.pom
>  
> from sonatype
>      [exec] Retrieving 
> org/clojure/clojure/1.7.0-master-SNAPSHOT/clojure-1.7.0-master-20150220.180325-29.jar
>  
> from sonatype
>
> Sean Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)
>
>
>  
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to