X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=4803df45376ae2053d750286f6f0a9953582ab9f;hb=4b10d453777c4d1a984eb56e029ad2a00c490e72;hp=de8970be4c7355db53e7d49f8fff844ab89f905e;hpb=8c863ce58c92a1accf269471e0d61daf9797fb79;p=aai%2Fchamp.git diff --git a/pom.xml b/pom.xml index de8970b..4803df4 100755 --- a/pom.xml +++ b/pom.xml @@ -32,11 +32,15 @@ limitations under the License. champ aai-champ pom - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org - 1.3.1 + 1.5.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} + + + + + + + +