gnodet opened a new pull request, #12830: URL: https://github.com/apache/maven/pull/12830
## Summary Backport of #12810 (merged to master) to `maven-4.0.x`. When `-q`/`--quiet` is used, plugin stdout (e.g. `help:evaluate -DforceStdout`) was still wrapped by `LoggingOutputStream` which adds the `[INFO] [stdout]` prefix. This broke scripting use cases like `$(mvn -q help:evaluate ...)` — a regression from Maven 3. The fix treats `-q` the same as `--raw-streams`: when quiet mode is active, `System.out`/`System.err` are set to the original raw streams, bypassing the `LoggingOutputStream` wrapper entirely. Cherry-pick applied cleanly, no conflicts. -- 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]
