This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 4ab3eed2f4d9e6546e993c25f6071ab5d01409e4 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Apr 8 14:56:17 2020 +0100 Try to work around SNAPSHOT download issues with maven.wagon.http.retryHandler.count --- .mvn/maven.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/maven.config b/.mvn/maven.config index 3b3d7bc..4e8af9f 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --Dmaven.wagon.http.retryHandler.requestSentEnabled=true +-Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.retryHandler.count=10