X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=huawei%2Fvnfmadapter%2Fpom.xml;h=7174adf784222f8aaada9d812e5004de52804ffc;hb=69dab90bddead599a4927ba5efda8bc79304e9ad;hp=e2c0ba3183f094d64833fb7a47d636eba88e26fb;hpb=08046f44be3223e9ae3308abb046da8e9ff7d7d0;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index e2c0ba31..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.0.0-SNAPSHOT + 1.4.2-SNAPSHOT 4.0.0 - org.onap.vfc.nfvo.driver.vnfm.svnfm + org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.0.0-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 + + + + +