X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d973670841388069dd1c93861137f149214614b0;hb=refs%2Fheads%2Fmaster;hp=5ad52111efafb9e631becdbbe0d0d0c12a3139d0;hpb=feb6b800871c5a5a586108a1377127b33c59c8b8;p=vnfsdk%2Frefrepo.git diff --git a/pom.xml b/pom.xml index 5ad52111..0854411d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,7 @@ Copyright (C) 2018, Huawei Technologies, Ltd. Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. + Copyright (C) 2020 Nokia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,18 +22,67 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 ../../oparent 4.0.0 org.onap.vnfsdk.refrepo vnfmarket - 1.3.3-SNAPSHOT + 1.6.4-SNAPSHOT pom vnfsdk-refrepo - + + 11 + UTF-8 + java + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports + + + vnfmarket-be + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + + + + + + docker + + true + + + +