Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When mvn -X is used and the surefire tmp files are not cleaned up it littlers the system tmp dir with surefire turds. Also makes it hard to find the right tmp files to look at when actually trying to debug a failure. Storing the tmp files in /target will fix both problems.