oss-fuzz/projects/zip4j
Arthur Chan 5b7f4f0317
zip4j: Add retry handler setting for maven build (#10429)
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>
2023-05-31 15:56:45 +01:00
..
Dockerfile
Zip4jFuzzer.java
build.sh
project.yaml