|
From: ankostis <ank...@gm...> - 2007-04-26 18:08:08
|
Hi,
I tried uploading SNAPSHOTs into an artifactory's local repo, using both
useSnapshotUniqueVersions=false and true, using the maven-deploy-plugin.
When fetching the artifact using the proxy URL (/artifactory/repo) i firstly
get checksum errors (ignored):
[INFO] artifact de.saumya.mojo:gwt-maven-plugin: checking for updates from
maven-proxy
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
de/saumya/mojo/gwt-maven-plugin/maven-metadata.xml - IGNORING
Finally, the fetching fails with a 404 error (not found), but i can see from
browsing that the requested artifact is there!
Here is the log of the fetch artifact request:
- - [26/04/2007:18:00:06 +0000] "GET
/artifactory/repo/de/saumya/mojo/gwt-maven-plugin/maven-metadata.xml.md5
HTTP/1.1" 404 1448
Here is my repo's config:
<localRepository>
<key>3rdp-snapshots</key>
<description>Local Repository for Third party
snapshots</description>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<useSnapshotUniqueVersions>false</useSnapshotUniqueVersions><!--
i tried also with true -->
</localRepository>
What should i do to debug it?
Regards,
Kostis
--
View this message in context: http://www.nabble.com/Cannot-fetch-SNAPSHOTS%2C-checksums-also-fail-tf3653256.html#a10205743
Sent from the Artifactory-Users mailing list archive at Nabble.com.
|