Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-8305

CLIng does not populate MavenExecutionRequest.showErrors properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.x-candidate
    • 4.0.0-beta-5
    • Core
    • 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

          Activity

            People

              cstamas Tamas Cservenak
              oehme Stefan Oehme
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: