Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
3.5.3
-
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.