X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=huawei%2Fvnfmadapter%2Fpom.xml;h=df8601f6c6c53a40712c57e8ad2e38b6814e80b3;hb=c9c7a0aa3d74011b614bf7a53f7c55a89df3ebd8;hp=2b829a8e815383737f6124caa6bd6e087a2f85ee;hpb=f53e9a2b563bcd16296e2f1cfaace305e0f48150;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index 2b829a8e..df8601f6 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.2.1-SNAPSHOT + 1.3.6-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.2.1-SNAPSHOT + 1.3.6-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 + + + + +