diff --git a/pom.xml b/pom.xml index d59085a..ae8a25f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - @@ -321,63 +321,22 @@ - org.jacoco - jacoco-maven-plugin - 0.7.9 - - - - pre-unit-test - - prepare-agent - - - - ${jacoco.ut.execution.data.file} - - JaCoCoArgLine - - - - - post-unit-test - test - - report - - - - ${jacoco.ut.execution.data.file} - - ${project.reporting.outputDirectory}/jacoco-ut - - - - default-check - - check - - - - - - BUNDLE - - - - INSTRUCTION - COVEREDRATIO - 0.90 - - - - - - - + org.jacoco + jacoco-maven-plugin + + + + prepare-agent + + + + report + test + + report + + + @@ -391,20 +350,8 @@ - org.apache.maven.plugins - maven-surefire-plugin - 2.20.1 - - - - - -Xmx1024m -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 - -Xmx1024m -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 ${JaCoCoArgLine} - false - false - + org.apache.maven.plugins + maven-surefire-plugin @@ -472,6 +419,18 @@ 1.6.0 + + org.apache.maven.plugins + maven-surefire-plugin + 2.20.1 + + + + org.jacoco + jacoco-maven-plugin + 0.7.9 + +