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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a0f8342 Normalize mvn invocation on GitHub
6a0f8342 is described below

commit 6a0f83428ab809ab0f63dc6801af9773b3236dfb
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 11 07:56:04 2023 -0400

    Normalize mvn invocation on GitHub
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 11e15ef4..779e1321 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -44,7 +44,7 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress
+      run: mvn --show-version --batch-mode --no-transfer-progress test 
jacoco:report
 
     - name: Upload coverage to Codecov
       uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 
v3.1.4
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4d38b36b..b16fc0d7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -58,4 +58,4 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false 
'-Djdk.tls.client.protocols=TLSv1.2'
+      run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false '-Djdk.tls.client.protocols=TLSv1.2'

Reply via email to