nddipiazza opened a new pull request, #2508: URL: https://github.com/apache/tika/pull/2508
## Summary Fixes https://issues.apache.org/jira/browse/TIKA-4609 Reduces Maven verbosity in GitHub Actions workflows to make error messages easily visible. ## Changes Made Added two Maven flags to all workflow files: - `-B` (batch mode) - Suppresses interactive progress output - `-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn` - Suppresses Maven artifact download/upload progress messages ## Impact **Before:** CI logs were flooded with Maven transfer progress making it nearly impossible to find error messages **After:** Clean, concise output with error messages clearly visible ## Affected Workflows - `.github/workflows/main-jdk17-build.yml` - `.github/workflows/main-jdk21-build.yml` - `.github/workflows/main-jdk25-build.yml` - `.github/workflows/main-jdk17-windows-build.yml` - `.github/workflows/main-jdk17-windows-build-multi-locale.yml` ## Testing This change only affects CI output verbosity and does not change build behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
