From 86011b92947fdb0805623a25c893cd59128ec40e Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 17:05:27 -0500 Subject: Initial commit for appc-data-services bundle This bundle contains the generic execute nodes that interact with the database. Issue-ID: APPC-58 Change-Id: Ib1447443ed259f4133cd33d554a5ac43f2c3dd1b Signed-off-by: Skip Wonnell --- appc-config/appc-data-services/features/pom.xml | 112 ++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 appc-config/appc-data-services/features/pom.xml (limited to 'appc-config/appc-data-services/features/pom.xml') diff --git a/appc-config/appc-data-services/features/pom.xml b/appc-config/appc-data-services/features/pom.xml new file mode 100644 index 000000000..ca74c67e9 --- /dev/null +++ b/appc-config/appc-data-services/features/pom.xml @@ -0,0 +1,112 @@ + + + 4.0.0 + + appc-config-data-services + org.openecomp.appc + 1.1.0-SNAPSHOT + + appc-config-data-services-features + APPC Data Services Plugin - Features + + jar + + + + org.openecomp.appc + appc-config-data-services-provider + ${project.version} + + + + commons-lang + commons-lang + 2.6 + compile + + + + org.opendaylight.mdsal + features-mdsal + ${odl.mdsal.version} + features + xml + + runtime + + + + + + org.opendaylight.controller + opendaylight-karaf-empty + ${odl.karaf.empty.distro.version} + zip + + + + + + org.opendaylight.odlparent + features-test + ${odl.commons.opendaylight.version} + test + + + + + + + + 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