I am using maven wagon plugin to copy a local staging repo to artifactory and I am getting a 404 when a checksum file is uploaded (.sha1 in this case, but I've seen this happen with .md5s as well). After routing all http traffic through a debugging proxy, I noticed that this happens whenever a checksum file is uploaded before the actual file to which that checksum corresponds.
This is a Releases repository, set up with 'Trust server generated checksums'. But I've tried every imaginable setting on the repository: handle releases/handle snapshots, trust server checksums, verify client checksums, etc. Is this expected? Any tips or workarounds? (Other than rolling up my own upload script that ensures the correct order.) This is Maven 3.1.1, with org.codehaus.mojo:wagon-maven-plugin:1.0-beta-4 (latest, afaik) Our Atrifactory version is 3.0.4 (Artifactory Pro). Thanks! -- View this message in context: http://forums.jfrog.org/404-when-checksum-file-deployed-before-actual-file-tp7579559.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
