X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=huawei%2Fvnfmadapter%2Fpom.xml;h=7174adf784222f8aaada9d812e5004de52804ffc;hb=69dab90bddead599a4927ba5efda8bc79304e9ad;hp=888e4c73b831d90700b5b22e82e0f1b18e14732f;hpb=165e25dd14225668e05d80e2c7ae8fc2daebd483;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index 888e4c73..7174adf7 100644 --- a/huawei/vnfmadapter/pom.xml +++ b/huawei/vnfmadapter/pom.xml @@ -18,15 +18,24 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei vfc-nfvo-driver-vnfm-svnfm-huawei - 1.3.4-SNAPSHOT + 1.4.2-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.3.4-SNAPSHOT + 1.4.2-SNAPSHOT pom 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 + + + + +