X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=752b5c91395713541b45bd83d1e5ba65a0286da6;hb=cecd2f4528f1ef7e686a6dfd1e3bcd8580641048;hp=251e63c826446b0176519f53490544d15b797e24;hpb=c782aa5250b32e8aa3c7ecd088f47fd87334a8ef;p=aai%2Frest-client.git diff --git a/pom.xml b/pom.xml index 251e63c..752b5c9 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} + 0.84 @@ -173,7 +174,7 @@ jacoco-maven-plugin 0.7.7.201606060606 - true + true @@ -186,6 +187,28 @@ + + default-check + + check + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + +