diff --git a/pom.xml b/pom.xml
index 45fe8c1..280e5cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,17 +82,31 @@
1.14
test
+
+ org.jacoco
+ org.jacoco.agent
+ 0.8.1
+ test
+ runtime
+
install
+
org.apache.maven.plugins
maven-site-plugin
3.7.1
+
+ ja
+ ${project.build.sourceEncoding}
+ ${site.encoding}
+
+
org.apache.maven.plugins
maven-project-info-reports-plugin
@@ -116,6 +130,38 @@
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.0.0-M3
+
+
+ target/jacoco.exec
+
+
+ false
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.5
+
+
+
+ prepare-agent
+
+
+
+ default-report
+ test
+
+ report
+
+
+
+
+
org.apache.maven.plugins
@@ -126,7 +172,6 @@
v@{project.version}
-
@@ -137,6 +182,8 @@
org.apache.maven.plugins
maven-surefire-report-plugin
+
+
org.apache.maven.plugins
maven-javadoc-plugin
@@ -148,35 +195,21 @@
UTF-8
-
- org.codehaus.mojo
- cobertura-maven-plugin
-
- true
-
-
-
+
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.5
- cobertura
+ report
-
- UTF-8
- UTF-8
-
- xml
- html
-
-
+
\ No newline at end of file