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

Remove secret thread configuration property from code

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Done
    • 3.5.3
    • 3.5.4
    • Command Line
    • None

    Description

      Currently the code of Maven core MavenCli contains something like this:

              final String threadConfiguration = commandLine.hasOption( CLIManager.THREADS )
                  ? commandLine.getOptionValue( CLIManager.THREADS )
                  : request.getSystemProperties().getProperty(
                      MavenCli.THREADS_DEPRECATED ); // TODO Remove this setting. Note that the int-tests use it
      

      We should remove the THREADS_DEPRECATED part here.

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: