amirhadadi opened a new pull request, #138:
URL: https://github.com/apache/maven-build-cache-extension/pull/138

   This is done for 2 reasons:
   1) To prevent a race condition where build X is storing the build info and 
build Y is pulling that info and attempting to use the artifacts before build X 
stored them.
   
   2) When a build is killed (for any reason) after the build info is stored 
but before the artifacts are stored, a later build will attempt to use the 
non-existing artifacts.
   
   Following this checklist to help us incorporate your 
   contribution quickly and easily:
   
    - [X] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to