From d1fafd301d80bffa263a87fca059fdf1844a41ae Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Fri, 15 Apr 2022 18:34:29 +0200 Subject: [PATCH] Configure pitest for mutation tests --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index a33c1214..bf5f04db 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,20 @@ + + + org.pitest + pitest-maven + 1.7.5 + + + + org.pitest + pitest-junit5-plugin + 0.14 + + + @@ -182,5 +196,12 @@ 1.10.3 test + + + org.pitest + pitest-maven + 1.7.5 + maven-plugin +