X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=317e2bc73599b16f021ce1d22dba90d16010fb02;hb=1ad09b541bddb2d9544741986fb59bf2d1fb7e47;hp=f14e7215c3aa3299cce11830587871efb7f53c60;hpb=8594ff7912ea68555b816985caedcb3383e93953;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index f14e721..317e2bc 100644 --- a/pom.xml +++ b/pom.xml @@ -37,10 +37,14 @@ limitations under the License. ${basedir}/target 1.4.1 - 1.4.0 + 1.0.2 1.4.0 1.4.0 1.3.1 + + 0.60 + ${project.build.directory}/code-coverage @@ -131,7 +135,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.org.onap.aai.aai-schema} @@ -528,7 +532,7 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema ${version.org.onap.aai.aai-schema} jar @@ -540,7 +544,35 @@ limitations under the License. - + + org.jacoco + jacoco-maven-plugin + + + default-check + + check + + + ${jacoco.report.directory}/jacoco-ut.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + +