I am using Archiva 1.0 Beta 2 (running on Tomcat 5.5.17) to proxy Maven Central. I have a managed repository called "public" and have a proxy connector from central (remote repository) to "public" repository.
When I use this repository for maven build, I see many checksum failed warnings. (See Maven Debug) e.g. [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml - IGNORING Caused by: java.io.FileNotFoundException: http://archiva.hazelwood.homelinux.com/repository/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml.sha1 When I browse to that artifact (e.g. http://archiva.hazelwood.homelinux.com/repository/public/org/apache/maven/plugins/maven-clean-plugin/) I see maven-metadata-central.xml, maven-metadata-central.xml.md5, maven-metadata-central.xml.sha1, maven-metadata.xml. What do I need to do, so that checksum for maven-metadata.xml are generated? Ricky http://www.nabble.com/file/p13051528/maven-debug.log Maven debug -- View this message in context: http://www.nabble.com/Checksum-for-maven-metadata.xml-missing-tf4572395.html#a13051528 Sent from the archiva-users mailing list archive at Nabble.com.