X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=huawei%2Fvnfmadapter%2Fpom.xml;h=11262c64944bc98e91dd98090233810bef19a980;hb=8aaa4edff22a1e3c64852b9535eb269af8f6b7f6;hp=923ed408520f3a94569416b023feaa16cabbfae0;hpb=3fc1ac232ccfb2d3e06feed0bed5d8eafce3dbe2;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index 923ed408..11262c64 100644 --- a/huawei/vnfmadapter/pom.xml +++ b/huawei/vnfmadapter/pom.xml @@ -1,6 +1,6 @@ - org.openo.nfvo - nfvo-root - 1.1.0-SNAPSHOT + org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei + vfc-nfvo-driver-vnfm-svnfm-huawei + 1.3.7-SNAPSHOT 4.0.0 - org.openo.nfvo + org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.1.0-SNAPSHOT + 1.3.7-SNAPSHOT pom - nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter + vfc-nfvo-driver-vnfm-svnfm nfvo vnfmadapter + + VnfmadapterService + 11 + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports + VnfmadapterService @@ -67,6 +76,29 @@ + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + +