We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450258d commit 6f9d70eCopy full SHA for 6f9d70e
.github/workflows/build.yml
@@ -26,4 +26,14 @@ jobs:
26
27
- name: "Maven Build"
28
shell: "bash"
29
- run: "./mvnw -B --fail-fast clean verify"
+ env:
30
+ MAVEN_OPTS: >
31
+ -DtrimStackTrace=false
32
+ -Djansi.force=true
33
+ -Dhttp.keepAlive=false
34
+ -Dmaven.wagon.http.retryHandler.class=standard
35
+ -Dmaven.wagon.http.retryHandler.count=3
36
+ -Dmaven.wagon.http.pool=false
37
+ -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
38
+ MAVEN_ARGS: "--show-version --batch-mode --fail-fast --no-transfer-progress"
39
+ run: "./mvnw clean verify"
0 commit comments