X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b84a0fe73cd6514e17239b342b768be6981a09fa;hb=6b0bd6dd535847055eed5fd06c42e0837a18deb3;hp=de8970be4c7355db53e7d49f8fff844ab89f905e;hpb=8c863ce58c92a1accf269471e0d61daf9797fb79;p=aai%2Fchamp.git diff --git a/pom.xml b/pom.xml index de8970b..b84a0fe 100755 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,11 @@ limitations under the License. https://nexus.onap.org - 1.3.1 + 1.4.0 + + 0.57 + ${project.build.directory}/code-coverage @@ -55,6 +59,34 @@ limitations under the License. true + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + +