diff --git a/.gitignore b/.gitignore
index 833641d0..3bb2a4d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,5 @@ src/docs/resources/graphics/.DS_Store
tmp/
.gradle2/
public/
+integration-test/maven-plugin/target/
+htmlSanityCheck-maven-plugin/target/
diff --git a/htmlSanityCheck-maven-plugin/pom.xml b/htmlSanityCheck-maven-plugin/pom.xml
index 71d03cf8..8af78ea4 100644
--- a/htmlSanityCheck-maven-plugin/pom.xml
+++ b/htmlSanityCheck-maven-plugin/pom.xml
@@ -11,7 +11,7 @@
UTF-8
- 17
+ 8
@@ -147,9 +147,45 @@
integration-test
verify
+
+
+ ${failsafeArgLine}
+
+
+ org.jacoco
+ jacoco-maven-plugin
+
+
+
+ prepare-agent
+
+ prepare-agent
+
+
+ false
+ build/jacoco/test.exec
+ surefireArgLine
+
+
+
+
+ prepare-agent-integration
+
+ prepare-agent-integration
+
+
+ true
+ build/jacoco/test.exec
+ failsafeArgLine
+
+
+
+
+
+