mirror of https://github.com/google/oss-fuzz.git
5b7f4f0317
The Maven build process requires fetching dependency libraries from the central repository with Apache Wagon. This fetching action will fail because of an unstable connection or connection rest by the repository server because there are too many fetching requests. By default, maven build does not retry the fetching if it is not an error in the request-sending methods. Thus these failing dependency fetching will cause maven project fail to build randomly. This PR fixes the build script to configure the maven wagon parameter to force it to retry when failing and also increases the timeout and retry count to decrease the chance of build failure from dependencies fetching failure cases. Signed-off-by: Arthur Chan <arthur.chan@adalogics.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
Zip4jFuzzer.java | ||
build.sh | ||
project.yaml |