From 1b47683183e05c39e55d14c904caf073b65825ef Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 15 Feb 2017 15:09:44 -0500 Subject: Initial commit for OpenECOMP SDN-C northbound Change-Id: Iffe4d4fbcfd21ecbc1000238354094cc064298ce Signed-off-by: Dan Timoney --- vnfapi/features/pom.xml | 135 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 vnfapi/features/pom.xml (limited to 'vnfapi/features/pom.xml') diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml new file mode 100644 index 00000000..e4c3214c --- /dev/null +++ b/vnfapi/features/pom.xml @@ -0,0 +1,135 @@ + + + 4.0.0 + + vnfapi + org.openecomp.sdnc.northbound + 1.0.0 + + vnfapi-features + + jar + + + + org.openecomp.sdnc.northbound + vnfapi-model + ${project.version} + + + org.openecomp.sdnc.northbound + vnfapi-provider + config + xml + + + org.openecomp.sdnc.northbound + vnfapi-provider + ${project.version} + + + + org.opendaylight.mdsal + features-mdsal + ${odl.mdsal.features.version} + features + xml + + runtime + + + + + + + org.opendaylight.controller + opendaylight-karaf-empty + zip + + + + + + org.opendaylight.odlparent + features-test + test + ${odl.commons.opendaylight.version} + + + + org.opendaylight.yangtools + features-yangtools + ${odl.yangtools.version} + features + xml + runtime + + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + -- cgit 1.2.3-korg