- JDK 17+
- Apache Maven 3.8+
- JDK 24+
- Apache Maven 3.9.+
Code coverage via:
mvn clean verify org.jacoco:jacoco-maven-plugin:reportCreate Mutation coverage via:
mvn clean verify org.pitest:pitest-maven:mutationCoverageCreate an SonarQube analysis including the mutation coverage. The prerequisite is that the mutation plugin in SonarQube is installed.