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


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

commit f11e4b62dc472013da43d39843d4a53473db3543
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Wed Oct 11 07:21:42 2023 -0400

    Normalize mvn invocation on GitHub
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 16402ac4..d5080755 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -60,4 +60,4 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false 
-Ddoclint=none
+      run: mvn -V --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false -Ddoclint=none

Reply via email to