This is an automated email from the ASF dual-hosted git repository.
lmccay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 913adb528 Update main.yml
913adb528 is described below
commit 913adb528ccb909123388cfdfaf1c182338099ef
Author: lmccay <[email protected]>
AuthorDate: Fri Jul 19 11:43:47 2024 -0400
Update main.yml
simplify mvn cmd
---
.github/workflows/main.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b8335c69f..2b185228b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -42,4 +42,5 @@ jobs:
distribution: 'temurin'
cache: maven
- name: 'Build and Test'
- run: mvn -T.75C clean verify -U -Dsurefire.useFile=false
-Dshellcheck=true -Djavax.net.ssl.trustStorePassword=changeit
-Dmaven.wagon.http.retryHandler.count=5
-Dmaven.wagon.http.retryHandler.class=default
-Dmaven.wagon.http.retryHandler.nonRetryableClasses=java.io.InterruptedIOException
-Dhttp.keepAlive=false -B -V
+ run: mvn -T.75C clean verify -U -Dsurefire.useFile=false
-Dshellcheck=true -Djavax.net.ssl.trustStorePassword=changeit
-Dhttp.keepAlive=false -B -V
+ # run: mvn -T.75C clean verify -U -Dsurefire.useFile=false
-Dshellcheck=true -Djavax.net.ssl.trustStorePassword=changeit
-Dmaven.wagon.http.retryHandler.count=5
-Dmaven.wagon.http.retryHandler.class=default
-Dmaven.wagon.http.retryHandler.nonRetryableClasses=java.io.InterruptedIOException
-Dhttp.keepAlive=false -B -V