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

mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a6f86f599 NIFI-11908 Updated GitHub Build HTTP Settings
3a6f86f599 is described below

commit 3a6f86f599c16fa6b7bd242ec5c9dfb568053785
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Aug 3 12:48:40 2023 -0500

    NIFI-11908 Updated GitHub Build HTTP Settings
    
    - Replaced Maven Wagon properties to Maven Native HTTP properties as 
required for Maven 3.9
    - Removed the deprecated disableXmlReport argument
    
    Signed-off-by: Matt Burgess <mattyb...@apache.org>
    
    This closes #7573
---
 .github/workflows/ci-workflow.yml | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index b5ca5275d8..0b41dafb8f 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -25,18 +25,12 @@ env:
     -XX:ReservedCodeCacheSize=1g
     -XX:+UseG1GC
     -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
-    -Dmaven.wagon.http.retryHandler.class=standard
-    -Dmaven.wagon.http.retryHandler.count=5
-    -Dmaven.wagon.http.retryHandler.requestSentEnabled=true
-    -Dmaven.wagon.httpconnectionManager.maxPerRoute=5
-    -Dmaven.wagon.httpconnectionManager.ttlSeconds=30
+    -Daether.connector.http.retryHandler.count=5
+    -Daether.connector.http.connectionMaxTtl=30
   COMPILE_MAVEN_OPTS: >-
     -Xmx3g
-    -Dmaven.wagon.http.retryHandler.class=standard
-    -Dmaven.wagon.http.retryHandler.count=5
-    -Dmaven.wagon.http.retryHandler.requestSentEnabled=true
-    -Dmaven.wagon.httpconnectionManager.maxPerRoute=5
-    -Dmaven.wagon.httpconnectionManager.ttlSeconds=30
+    -Daether.connector.http.retryHandler.count=5
+    -Daether.connector.http.connectionMaxTtl=30
   MAVEN_COMPILE_COMMAND: >-
     test-compile
     --show-version
@@ -69,7 +63,6 @@ env:
     --no-transfer-progress
     --fail-fast
     -D dir-only
-    -D disableXmlReport
   MAVEN_BUILD_PROFILES: >-
     -P include-grpc
     -P skip-nifi-bin-assembly

Reply via email to