I'm using s3-wagon in combination with maven threads -T1C.
But, from time to time a test fails and the build is interrupted while a file is being downloaded, leaving me with a partial downloaded/corrupted file on disk.
This will download to a temporary file (on same directory) and rename it after.
I'm using
s3-wagon
in combination with maven threads-T1C
.But, from time to time a test fails and the build is interrupted while a file is being downloaded, leaving me with a partial downloaded/corrupted file on disk.
This will download to a temporary file (on same directory) and rename it after.