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

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


The following commit(s) were added to refs/heads/master by this push:
     new daa9243  Let's see if removing -Dmaven.wagon.http.pool=false solves 
the Maven connection problems
daa9243 is described below

commit daa92432cb910cc6f3bb21fa53239cf04b0620dd
Author: Peter Palaga <[email protected]>
AuthorDate: Fri Oct 2 10:40:05 2020 +0200

    Let's see if removing -Dmaven.wagon.http.pool=false solves the Maven 
connection problems
---
 .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 e611452..3182420 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -25,7 +25,7 @@ on:
 env:
   LANG: en_US
   MAVEN_OPTS: -Xmx3000m
-  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -e
+  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
 
 jobs:
   build:
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index bc288c4..bb8b96e 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -46,7 +46,7 @@ on:
 env:
   LANG: en_US.UTF-8
   MAVEN_OPTS: -Xmx3000m
-  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -e
+  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
 
 jobs:
   initial-mvn-install:
diff --git a/.github/workflows/pr-validate.yml 
b/.github/workflows/pr-validate.yml
index 0e4a28d..f9b5a53 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -34,7 +34,7 @@ on:
 env:
   LANG: en_US
   MAVEN_OPTS: -Xmx3000m
-  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -e
+  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
 
 jobs:
   check-format:
diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index bd042b6..6f029b5 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -25,7 +25,7 @@ on:
 env:
   LANG: en_US
   MAVEN_OPTS: -Xmx3000m
-  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -e
+  MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
 
 jobs:
   build:

Reply via email to