diff --git a/mutation-testing/pom.xml b/mutation-testing/pom.xml
index 83012ab8fe..cdee59fcb4 100644
--- a/mutation-testing/pom.xml
+++ b/mutation-testing/pom.xml
@@ -1,38 +1,77 @@
- 4.0.0
- com.baeldung
- mutation-testing
- 0.1-SNAPSHOT
- mutation-testing
-
-
- org.pitest
- pitest-parent
- 1.1.10
- pom
-
-
- junit
- junit
- 4.9
-
-
-
-
-
- org.pitest
- pitest-maven
- 1.1.10
-
-
- com.baeldung.testing.mutation.*
-
-
- com.baeldung.mutation.test.*
-
-
-
-
-
-
\ No newline at end of file
+ 4.0.0
+ com.baeldung
+ mutation-testing
+ 0.1-SNAPSHOT
+ mutation-testing
+
+
+ org.pitest
+ pitest-parent
+ 1.1.10
+ pom
+
+
+ junit
+ junit
+ 4.9
+
+
+
+
+
+ org.pitest
+ pitest-maven
+ 1.1.10
+
+
+ com.baeldung.testing.mutation.*
+
+
+ com.baeldung.mutation.test.*
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.7.201606060606
+
+
+
+ prepare-agent
+
+
+
+ report
+ prepare-package
+
+ report
+
+
+
+ jacoco-check
+
+ check
+
+
+
+
+ PACKAGE
+
+
+ LINE
+ COVEREDRATIO
+ 0.50
+
+
+
+
+
+
+
+
+
+
+