Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
None
Description
In the Travis CI builds, we download Maven and even retry up to 10 times should this download fail. We continue to see some failures when downloading Maven.
https://api.travis-ci.org/v3/job/540955869/log.txt
This could be a problem within Travis' internal networks or this could be an intermittent issue with the Apache mirrors. We have no way of knowing and no good way to resolve these sorts of problems.
We could cache the Maven dependency to mitigate this problem. It would not truly resolve the problem, but should help mitigate it.