X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=752b5c91395713541b45bd83d1e5ba65a0286da6;hb=refs%2Fchanges%2F78%2F84378%2F2;hp=251e63c826446b0176519f53490544d15b797e24;hpb=00597545b8792b6fb9825527bdc4fbb4e70b8df1;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} + + + + + +