This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 08201feb558a0312d78678ab6d9564dfd7c1b313 Author: Peter Palaga <[email protected]> AuthorDate: Wed Feb 12 17:46:24 2020 +0100 Set -Dmaven.wagon.http.retryHandler.requestSentEnabled=true This is to enable retries even on dependency downloads where the request was sent successfully --- .mvn/maven.config | 1 + 1 file changed, 1 insertion(+) diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000..3b3d7bc --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1 @@ +-Dmaven.wagon.http.retryHandler.requestSentEnabled=true
