Hi Henry,
Thanks for the quick response!
The scmMutationCoverage goal always worked really well for me. I used it to configure an additional 2 Maven profiles (on top of a profile to run mutation tests on the local version of the Git repository) to run mutation tests against local changes only and the changes on a feature branch compared to the main branch. Which really helped to reduce the time needed to perform the actual mutations and thus reducing the overall time to run my builds.
I'm a big fan of mutation testing and PITest in particular. I work as freelancer and I introduce the concept to all developers I work with in the companies I work for. In fact, I have another demo coming up next week during a Developer's Guild meeting at the institution I currently work for. It will just be a little bit shorter now :-)
After reading your response I can fully understand why the Maven goal was finally dropped and I suspected, already for some time, that ArcMutate would be the way to go forward.
I might get back to you on that at some point in time.
Best regards,
André Duursma