Hi Marat, The Maven Wagon plugin’s upload fromDir task uploads files from a directory regardless of the file’s extension, so in some cases the sha1 or md5 files will be deployed before the actual artifact. If what you are trying to do requires automation and will be done on a regular basis, you should consider either using a different client, or alternatively deleting the checksum files from the origin folder and let Maven generate them on deployment.
If this is a one time operation, you could also deploy these artifacts in a few other ways: 1. Import repository from path, can be done from the UI (Admin → import&export → repositories) or by REST <http://www.google.com/url?q=http%3A%2F%2Fwww.jfrog.com%2Fconfluence%2Fdisplay%2FRTF%2FArtifactory%2BREST%2BAPI%23ArtifactoryRESTAPI-ImportRepositoryContent&sa=D&sntz=1&usg=AFQjCNFcdgSiXvBkE00LA-i7QHqcP5qxAg > 2. Deploy artifacts from archive (Zip), also can be done from the UI (Deploy tab → artifacts bundle) or by REST <http://www.google.com/url?q=http%3A%2F%2Fwww.jfrog.com%2Fconfluence%2Fdisplay%2FRTF%2FArtifactory%2BREST%2BAPI%23ArtifactoryRESTAPI-DeployArtifactsfromArchive&sa=D&sntz=1&usg=AFQjCNGPp9ulSttUoWl1xAgYO7DW54YFhA> 3. Using WebDAV <http://www.google.com/url?q=http%3A%2F%2Fwww.jfrog.com%2Fconfluence%2Fdisplay%2FRTF%2FUsing%2BWebDAV&sa=D&sntz=1&usg=AFQjCNH3ugL7mOMKPhDsgRCNUZ6H0kFX9A> to drag and drop the desired folder to Artifactory Hope this helps, Itamar -- View this message in context: http://forums.jfrog.org/404-when-checksum-file-deployed-before-actual-file-tp7579560p7579562.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
