
On 09/06/2012 05:04 PM, Daniel Veillard wrote:
On Thu, Sep 06, 2012 at 04:47:45PM +0200, Wido den Hollander wrote:
On 09/06/2012 10:38 AM, Daniel Veillard wrote: I added libvirt.org as a manual repository and while fetching the dependencies I saw:
[INFO] snapshot org.apache.cloudstack:xapi:5.6.100-1-SNAPSHOT: checking for updates from libvirt-org Downloading: http://libvirt.org/maven2/org/libvirt/libvirt/0.4.8/libvirt-0.4.8.pom 1K downloaded (libvirt-0.4.8.pom) [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for org/libvirt/libvirt/0.4.8/libvirt-0.4.8.pom - IGNORING [INFO] snapshot org.apache.cloudstack:cloud-server:4.0.0-SNAPSHOT: checking for updates from libvirt-org Downloading: http://libvirt.org/maven2/org/libvirt/libvirt/0.4.8/libvirt-0.4.8.jar 69K downloaded (libvirt-0.4.8.jar) [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for org/libvirt/libvirt/0.4.8/libvirt-0.4.8.jar - IGNORING
haha, thanks !!!
A tcpdump shows me it is looking for: * libvirt-0.4.8.pom.md5 * libvirt-0.4.8.pom.sha1 * libvirt-0.4.8.jar.md5 * libvirt-0.4.8.pom.sha1
These files are not available. (404)
Could it be that the central Maven repository requires the checksum to work?
I'm surprized because in 0.4.7 there is no such checksums,
Searching on the web I found that since Maven 2.1 the checksum checking is more strict, but I'm not 100% sure about that.
I added them to 0.4.8, could you retry ?
Yes, it works! Downloading: http://libvirt.org/maven2/org/libvirt/libvirt/0.4.8/libvirt-0.4.8.pom 1K downloaded (libvirt-0.4.8.pom) [INFO] snapshot org.apache.cloudstack:cloud-server:4.0.0-SNAPSHOT: checking for updates from libvirt-org Downloading: http://libvirt.org/maven2/org/libvirt/libvirt/0.4.8/libvirt-0.4.8.jar 69K downloaded (libvirt-0.4.8.jar) Wido
thanks !
Daniel