Stefan Oehme opened MNG-8305 and commented
The old Maven CLI uses
cliRequest.showErrors = cliRequest.verbose || commandLine.hasOption(CLIManager.ERRORS);
The new CLIng uses
request.setShowErrors(options.showErrors().orElse(false));
Which doesn't take into account the verbose flag.
Affects: 4.0.x-candidate
Remote Links:
Backported to: 4.0.0-beta-5