From 1ec4bf9a21ebdc17c1aa99985afb12d5b6ea4651 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 20:42:44 -0500 Subject: Initial commit for appc-config-adaptor This bundle contains utilities used by config-generator. Change-Id: I04877ebe90536fd57368d00c033189c280e77c90 Signed-off-by: Skip Wonnell Issue-ID: APPC-67 --- .../appc-config-adaptor/features/.gitignore | 1 + appc-config/appc-config-adaptor/features/pom.xml | 100 +++++++++++++++++++++ .../features/src/main/resources/features.xml | 40 +++++++++ 3 files changed, 141 insertions(+) create mode 100644 appc-config/appc-config-adaptor/features/.gitignore create mode 100644 appc-config/appc-config-adaptor/features/pom.xml create mode 100644 appc-config/appc-config-adaptor/features/src/main/resources/features.xml (limited to 'appc-config/appc-config-adaptor/features') diff --git a/appc-config/appc-config-adaptor/features/.gitignore b/appc-config/appc-config-adaptor/features/.gitignore new file mode 100644 index 000000000..b83d22266 --- /dev/null +++ b/appc-config/appc-config-adaptor/features/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/appc-config/appc-config-adaptor/features/pom.xml b/appc-config/appc-config-adaptor/features/pom.xml new file mode 100644 index 000000000..d8b954f28 --- /dev/null +++ b/appc-config/appc-config-adaptor/features/pom.xml @@ -0,0 +1,100 @@ + + + + + + org.openecomp.appc + appc-config-adaptor + 1.1.0-SNAPSHOT + + 4.0.0 + appc-config-adaptor-features + Config Component Adaptor - Features + + jar + + + + org.openecomp.appc + appc-config-adaptor-provider + ${project.version} + + + + + 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 + + + + + + + + + diff --git a/appc-config/appc-config-adaptor/features/src/main/resources/features.xml b/appc-config/appc-config-adaptor/features/src/main/resources/features.xml new file mode 100644 index 000000000..910ab40df --- /dev/null +++ b/appc-config/appc-config-adaptor/features/src/main/resources/features.xml @@ -0,0 +1,40 @@ + + + + + + + mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features + + + sdnc-sli + wrap:mvn:com.jcraft/jsch/0.1.52 + wrap:mvn:org.jasypt/jasypt/1.9.2 + wrap:mvn:com.att.eelf/eelf-core/${eelf.version} + mvn:ch.qos.logback/logback-core/${logback.version} + mvn:ch.qos.logback/logback-classic/${logback.version} + mvn:org.openecomp.appc/appc-config-adaptor-provider/${project.version} + + + -- cgit 1.2.3-korg