I want to integrate some mutation testing to ensure the quality of my junit tests. I want to have the results in the sonar dashboard of my project.
The sonar pitest plugin seems to do what I want, but there are some issues with maven 3 and it is still under development.
Has anyone ever tried this plugin ? Are there others alternatives ?