-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 3.5.3
-
Fix Version/s: 3.5.4
-
Component/s: Command Line
-
Labels:None
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.