Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.2
-
None
-
None
Description
Very often the parameter debugForkedProcess is set through Maven CLI. When used in combination with forkCount > 1 this always leads to issues as the debug port is obviously blocked if it is already taken for one fork. Therefore it would be good to implicitly set the forkCount to 1 in case debugForkedProcess is set (with a WARNING in the log)