Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.1
-
Fix Version/s: 2.7.2
-
Component/s: Maven Failsafe Plugin, Maven Surefire Plugin
-
Labels:None
-
Environment:n/a
-
Complexity:Intermediate
-
Number of attachments :
Description
The perCoreThreadCount param of the plugins is defined as a String, but used as a boolean. It should then be declared as a boolean.
Also, the default value should be defined through annotations so that it is included in documentation and help.
I'll see if I can provide a patch.
The same is applicable for the useUnlimitedThreads param.
Please update summary!