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

gnodet pushed a commit to branch 
dependabot/github_actions/maven-3.9.x/actions/setup-java-5.5.0
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to 
refs/heads/dependabot/github_actions/maven-3.9.x/actions/setup-java-5.5.0 by 
this push:
     new 3b4cacd56b Add show-download-progress for integration tests
3b4cacd56b is described below

commit 3b4cacd56b0ecf0f51bda3f222f57160db006258
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jul 10 10:11:25 2026 +0000

    Add show-download-progress for integration tests
    
    setup-java v5.5.0 sets MAVEN_ARGS=-ntp by default, which suppresses
    transfer progress output and breaks 3 ITs that verify transfer listener
    behavior (mng-4461, mng-4829, mng-6240).
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index bbe7c8a64b..8584da91f1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -136,6 +136,7 @@ jobs:
           java-version: ${{ matrix.java }}
           distribution: 'zulu'
           cache: 'maven'
+          show-download-progress: true # ITs verify transfer progress output
 
       - name: Set up Maven
         run:

Reply via email to