This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit e9ccecd326ed6aa3f2b7ca7aac956db1acd2c1ba
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Sun Apr 30 21:11:11 2023 +0200

    Remove Wagon related configuration as Maven 3.9.0+ does not use Wagon
    for http by default
---
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/ci-build.yaml            | 2 +-
 .github/workflows/pr-validate.yml          | 2 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml 
b/.github/workflows/camel-master-cron.yaml
index 54a8a56077..afa30d1363 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -25,7 +25,7 @@ on:
 env:
   LANG: en_US.UTF-8
   MAVEN_OPTS: -Xmx3000m
-  CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=30 
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true 
-Dmaven.wagon.http.retryHandler.count=10 -e
+  CQ_MAVEN_ARGS: -V -ntp -e
   TESTCONTAINERS_RYUK_DISABLED: true
   ISSUE_ID: 2927
 
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index b87b09e654..82c15bcd66 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -52,7 +52,7 @@ concurrency:
 env:
   LANG: en_US.UTF-8
   MAVEN_OPTS: -Xmx3000m
-  CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=30 
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true 
-Dmaven.wagon.http.retryHandler.count=10 -e
+  CQ_MAVEN_ARGS: -V -ntp -e
   TESTCONTAINERS_RYUK_DISABLED: true
 
 jobs:
diff --git a/.github/workflows/pr-validate.yml 
b/.github/workflows/pr-validate.yml
index f7111aac6f..068a03d58f 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -38,7 +38,7 @@ concurrency:
 env:
   LANG: en_US
   MAVEN_OPTS: -Xmx3000m
-  CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=30 
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true 
-Dmaven.wagon.http.retryHandler.count=10 -e
+  CQ_MAVEN_ARGS: -V -ntp -e
 
 jobs:
   check-format:
diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index 7c1cbffcf6..6ddb6f9771 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -25,7 +25,7 @@ on:
 env:
   LANG: en_US.UTF-8
   MAVEN_OPTS: -Xmx3000m
-  CQ_MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=30 
-Dmaven.wagon.http.retryHandler.requestSentEnabled=true 
-Dmaven.wagon.http.retryHandler.count=10 -e
+  CQ_MAVEN_ARGS: -V -ntp -e
   TESTCONTAINERS_RYUK_DISABLED: true
   ISSUE_ID: 2926
 

Reply via email to