From 915c0a2a5bfc6f458a5402ff5a225ae943df6040 Mon Sep 17 00:00:00 2001 From: Wang Date: Fri, 22 Sep 2017 15:43:34 +0800 Subject: Create seed code of svnfm vnfmdriver Upload the seed code to gerrit for the first time. Change-Id: I5df47364f17e28d59ab4bacf6421fd92c9743384 Issue-ID: VFC-53 Signed-off-by: yufei_zhou --- nokia/vnfmdriver/pom.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 nokia/vnfmdriver/pom.xml (limited to 'nokia/vnfmdriver/pom.xml') diff --git a/nokia/vnfmdriver/pom.xml b/nokia/vnfmdriver/pom.xml new file mode 100644 index 00000000..ec9dff06 --- /dev/null +++ b/nokia/vnfmdriver/pom.xml @@ -0,0 +1,74 @@ + + + + + + org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia + vfc-nfvo-driver-vnfm-svnfm-nokia + 1.0.0-SNAPSHOT + + 4.0.0 + org.onap.vfc.nfvo.driver.vnfm.svnfm + vnfmdriver + 1.0.0-SNAPSHOT + pom + vfc/nfvo/drivers/vnfm/svnfm/nokia/vnfmdriver + nfvo vnfmdriver + + vfcadaptor + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19 + + true + + **/*Spec* + **/Test*.java + **/*Test.java + **/*TestCase.java + **/Test*.scala + **/*Test.scala + **/*TestCase.scala + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + html + xml + + + + org/**/*Test.class + + + + + + + + -- cgit 1.2.3-korg