Re: Surefire, multiple forks and id of the forked process

2020-11-03 Thread Alexander Bubenchikov
Hi Enrico. Is is possible also to send event to org.apache.maven.eventspy.EventSpy listeners? On Tue, Nov 3, 2020 at 3:57 PM Enrico Olivelli wrote: > Hello, > I have recently started to move a few projects to use multiple forks to run > tests in order to speed up the build process. Nothing new.

Surefire, multiple forks and id of the forked process

2020-11-03 Thread Enrico Olivelli
Hello, I have recently started to move a few projects to use multiple forks to run tests in order to speed up the build process. Nothing new. I find it quite awkward to correlate the line that starts a test and the line with the results (using -Dmaven.test.redirectTestOutputToFile). Do you think