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/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d46ddfd8 Normalize Maven command line options
0d46ddfd8 is described below

commit 0d46ddfd81e021d4b047bc9774a23d00a37b8386
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Sun Jul 6 07:12:31 2025 -0400

    Normalize Maven command line options
---
 .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 993ec77f3..64466955a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,4 +45,4 @@ jobs:
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven
-      run: mvn -V -B --no-transfer-progress
+      run: mvn --no-transfer-progress --batch-mode --show-version

Reply via email to