Skip to content

Commit

Permalink
NIFI-11908 Updated GitHub Build HTTP Settings
Browse files Browse the repository at this point in the history
- 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 <mattyb149@apache.org>

This closes apache#7573
  • Loading branch information
exceptionfactory authored and mattyb149 committed Aug 3, 2023
1 parent 1fda6bc commit 3a6f86f
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a6f86f

Please sign in to comment.