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 b608c3fb7 Add Maven command line options
b608c3fb7 is described below

commit b608c3fb78b8396ef790fedf120102f17f999bf9
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 6 07:11:59 2025 -0400

    Add Maven command line options
    
    - `--no-transfer-progress`
    - `--batch-mode`
    - `--show-version`
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index f6eb44ed8..d66c335e9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -76,7 +76,7 @@ jobs:
     #    uses a compiled language
 
     - run: |
-        mvn clean test
+        mvn --no-transfer-progress --batch-mode --show-version clean test
     #   make bootstrap
     #   make release
 

Reply via email to