X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bd453622c7cab4fa2314969321d7580711ee1d95;hb=b5593a328646352d5a9ab9127894b6a4e6f281d7;hp=796c13093d7ab786bee1368e6da821e9deb2c735;hpb=7e8338ea2d68767d592d254c91e9e727509dce20;p=dmaap%2Fdatarouter.git diff --git a/pom.xml b/pom.xml index 796c1309..bd453622 100755 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - 2.1.4-SNAPSHOT + 2.1.5-SNAPSHOT UTF-8 1.8 1.8 @@ -48,10 +48,8 @@ java false - jacoco ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - ${project.build.directory}/coverage-reports/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml ${project.version} false @@ -68,8 +66,8 @@ 2.1.15 1.13 1.5 - 0.28.0 - 1.23 + 0.33.0 + 2.2.54 2.4 2.6 4.4 @@ -435,6 +433,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +