You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
)
### Rationale for this change
Transfer progress log is meaningless and noisy in CI log.
### What changes are included in this PR?
Use the `--no-transfer-progress` option that is available Maven 3.6.1: https://maven.apache.org/ref/3.6.1/maven-embedder/cli.html
Other approach is using `-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn` like other our scripts do.
I chose `--no-transfer-progress` because it's shorter.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #42228
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
https://github.com/ursacomputing/crossbow/actions/runs/9594213517/job/26457788792#step:6:17
Component(s)
Continuous Integration, Java
The text was updated successfully, but these errors were encountered: