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-text.git


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

commit f451f15143019052aff15758146cbf4288ad3a11
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 11 07:55:05 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 57452b3e..1d6d722a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,4 +44,4 @@ jobs:
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven
-      run: mvn -Dpolyglot.engine.WarnInterpreterOnly=false
+      run: mvn --show-version --batch-mode --no-transfer-progress 
-Dpolyglot.engine.WarnInterpreterOnly=false

Reply via email to