X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=huawei%2Fvnfmadapter%2Fpom.xml;h=7174adf784222f8aaada9d812e5004de52804ffc;hb=69dab90bddead599a4927ba5efda8bc79304e9ad;hp=c1cd25bc04015b10885782fd366d250ac4f86e4c;hpb=7c9d941a80634d40d03f38c3f24ea503822d4b79;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index c1cd25bc..7174adf7 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.4.2-SNAPSHOT 4.0.0 - org.openo.nfvo + org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.1.0-SNAPSHOT + 1.4.2-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 @@ -68,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 + + + + +