Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Abandoned
-
None
-
None
Description
The maven process forks a process to run unit tests in. It turned out that the forked process does not terminate if maven is stopped via ctrl+c (maybe windows only) or terminated on hudson (via timout or abort button).
To fix this problem it was suggested on the builds mail to switch from surefire to failsafe.
http://mail-archives.apache.org/mod_mbox/www-builds/201102.mbox/%3C4D5B983F.5060203@gmail.com%3E
The extended test will be switched to the failsafe plugin.