gnodet commented on issue #8027: URL: https://github.com/apache/maven/issues/8027#issuecomment-5720074636
Note: the "show only failed modules in reactor summary" behaviour introduced by #11977 (3.10.x) and #12330 (master/4.0.x) has been reverted by #13136 (merged to master) and its backport #13167 (targeting maven-4.0.x), as it caused a regression reported in #13135 — the summary looked like only one module had been built at all, which was confusing. The approach taken in #13136 is different: show all modules but sort them by status (SKIPPED first, SUCCESS next, FAILURE last), so failures always appear at the bottom where the terminal cursor sits. This keeps the summary complete while still making failures easy to spot. The "show only failed modules" behaviour is therefore **no longer active on Maven 4.x** as of 4.0.0-rc-7 / 4.1.0. -- 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]
