X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=huawei%2Fvnfmadapter%2Fpom.xml;h=11262c64944bc98e91dd98090233810bef19a980;hb=8aaa4edff22a1e3c64852b9535eb269af8f6b7f6;hp=bd06c4c89949ee9a005d1aaaf1443a7f45f303be;hpb=348e75962cb1f572a01f40a7d139c5f34954d682;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index bd06c4c8..11262c64 100644 --- a/huawei/vnfmadapter/pom.xml +++ b/huawei/vnfmadapter/pom.xml @@ -1,6 +1,6 @@ - org.onap.nfvo - oparent - 1.0.0-SNAPSHOT + org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei + vfc-nfvo-driver-vnfm-svnfm-huawei + 1.3.7-SNAPSHOT 4.0.0 - org.onap.nfvo + org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.0.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 + + + + +