diff --git a/pom.xml b/pom.xml index 4a72acf8..365edba9 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ 0.7.2.201409121644 2.9 2.6 + 2.18.1 ${project.build.directory} jacoco-ut.exec @@ -343,6 +344,10 @@ + + maven-surefire-plugin + ${surefire.plugin.version} + @@ -375,6 +380,16 @@ + + maven-surefire-plugin + + -Xms512m -Xmx1024m -XX:-UseSplitVerifier ${jacoco.agent.unit.arg} + + + + org.jacoco + jacoco-maven-plugin +