X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=blobdiff_plain;f=pom.xml;h=349b4813078ac3e21fe85c1582cad17289530335;hp=de8970be4c7355db53e7d49f8fff844ab89f905e;hb=HEAD;hpb=8c863ce58c92a1accf269471e0d61daf9797fb79 diff --git a/pom.xml b/pom.xml index de8970b..349b481 100755 --- a/pom.xml +++ b/pom.xml @@ -25,18 +25,22 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai champ aai-champ pom - 1.4.0-SNAPSHOT + 1.6.0-SNAPSHOT https://nexus.onap.org - 1.3.1 + 1.5.0 + + 0.57 + ${project.build.directory}/code-coverage @@ -51,9 +55,34 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - - true - + + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + +