Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.x-candidate
-
None
Description
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.
Attachments
Issue Links
- links to