X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=8800450da25431069f5d1214ad4a031c6088d807;hb=e964aecea98e6a4362ed163e6a72d377e6523e1f;hp=9bf0467e4e6d386835e1b99a867c456441f73df0;hpb=68a9ca240970fceaf12bbe91b7bad8e1d98ecd93;p=dmaap%2Fdatarouter.git diff --git a/pom.xml b/pom.xml index 9bf0467e..8800450d 100755 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - 2.1.3-SNAPSHOT + 2.1.4-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 @@ -309,7 +307,6 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.0 1.8 1.8 @@ -435,6 +432,28 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + +