Thanks. I abandoned Wagon plugin in favor of option #2, zipping up the staging repo and using curl to upload the entire archive using REST API.
Marat. On 1/23/14 8:24 AM, "itamarb" <[email protected]> wrote: >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%2Fdis >play%2FRTF%2FArtifactory%2BREST%2BAPI%23ArtifactoryRESTAPI-ImportRepositor >yContent&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%2Fdis >play%2FRTF%2FArtifactory%2BREST%2BAPI%23ArtifactoryRESTAPI-DeployArtifacts >fromArchive&sa=D&sntz=1&usg=AFQjCNGPp9ulSttUoWl1xAgYO7DW54YFhA> >3. Using WebDAV ><http://www.google.com/url?q=http%3A%2F%2Fwww.jfrog.com%2Fconfluence%2Fdis >play%2FRTF%2FUsing%2BWebDAV&sa=D&sntz=1&usg=AFQjCNH3ugL7mOMKPhDsgRCNUZ6H0k >FX9A> >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.clkt >rk >_______________________________________________ >Artifactory-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/artifactory-users ------------------------------------------------------------------------------ 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
