Skip to content

[MNG-8305] CLIng does not populate MavenExecutionRequest.showErrors properly #9557

@jira-importer

Description

@jira-importer

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority:majorMajor loss of function

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions