X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=70223ab614a6d2283295ff943e4071159141dad0;hb=1a98056fd4e55e38750371ca409a1d930f8962cf;hp=8412e99dd790a0952294edf774e889d1e9f96fff;hpb=d20d5f5749f30f547ff80b0821eff8c1c4f3d681;p=dmaap%2Fdatarouter.git diff --git a/pom.xml b/pom.xml index 8412e99d..70223ab6 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 @@ -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 + + + +