X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d973670841388069dd1c93861137f149214614b0;hb=refs%2Fheads%2Fmaster;hp=5be467870363ff264fbc26163948e92376e7b821;hpb=4d5d4fffdf6c06ed22c58f718a16a52ca41a350e;p=vnfsdk%2Frefrepo.git diff --git a/pom.xml b/pom.xml index 5be46787..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 - 1.1.0 + 2.1.0 ../../oparent 4.0.0 org.onap.vnfsdk.refrepo vnfmarket - 1.0.0 + 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 + + + +