Our issue with not downloading updated SNAPSHOTS from an Ivy SSH repo has been solved. It was down to a copy/paste problem in combination with not setting the correct properties on the chain resolver.
Our localhostRepo filesystem resolver and remoteRepo SSH resolver were configured correctly with: checkmodified = true changingPattern=".*SNAPSHOT.*" latest="latest-time" But the ChainResolver chaining the above two resolver didn't have the above configuration set correctly, sorting that out seems to have solved the problem. - Micke -- View this message in context: http://gradle.1045684.n5.nabble.com/Snapshots-not-being-updated-tp3412601p4257206.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
