From 108ff43f43cb3a662514c6f27d806fe3a86caade Mon Sep 17 00:00:00 2001 From: Dilip kumar Pampana Date: Mon, 8 Jan 2018 15:08:21 -0500 Subject: Appc Interface Services Scope Overlap API Or REST service Issue-ID: APPC-348 Change-Id: Id32b4c88f57a9f9ce2234598d03dcca5946d4683 Signed-off-by: Dilip kumar Pampana --- .../appc-interfaces-service/features/.gitignore | 1 + .../appc-interfaces-service/features/pom.xml | 83 ++++++++++++++++++++++ .../features/src/main/resources/features.xml | 52 ++++++++++++++ 3 files changed, 136 insertions(+) create mode 100644 appc-inbound/appc-interfaces-service/features/.gitignore create mode 100644 appc-inbound/appc-interfaces-service/features/pom.xml create mode 100644 appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml (limited to 'appc-inbound/appc-interfaces-service/features') diff --git a/appc-inbound/appc-interfaces-service/features/.gitignore b/appc-inbound/appc-interfaces-service/features/.gitignore new file mode 100644 index 000000000..b83d22266 --- /dev/null +++ b/appc-inbound/appc-interfaces-service/features/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/appc-inbound/appc-interfaces-service/features/pom.xml b/appc-inbound/appc-interfaces-service/features/pom.xml new file mode 100644 index 000000000..a1c8d1a18 --- /dev/null +++ b/appc-inbound/appc-interfaces-service/features/pom.xml @@ -0,0 +1,83 @@ + + + 4.0.0 + + appc-interfaces-service + org.onap.appc + 1.3.0-SNAPSHOT + + appc-interfaces-service-features + APPC Interfaces Service - Feature + jar + + + + org.onap.appc + appc-interfaces-service-model + + + org.onap.appc + appc-interfaces-service-bundle + + + + org.opendaylight.controller + opendaylight-karaf-empty + zip + + + + org.opendaylight.odlparent + features-test + test + ${odl.commons.opendaylight.version} + + + + + + + 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-inbound/appc-interfaces-service/features/src/main/resources/features.xml b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml new file mode 100644 index 000000000..2d3198cd7 --- /dev/null +++ b/appc-inbound/appc-interfaces-service/features/src/main/resources/features.xml @@ -0,0 +1,52 @@ + + + + + + + mvn:org.opendaylight.yangtools/features-yangtools/${odl.yangtools.version}/xml/features + mvn:org.opendaylight.controller/features-mdsal/${odl.controller.mdsal.features.version}/xml/features + + + + + odl-mdsal-models + mvn:org.onap.appc/appc-interfaces-service-model/${project.version} + + + odl-mdsal-broker + sdnc-sli + mvn:org.onap.appc/appc-interfaces-service-bundle/${project.version} + mvn:org.onap.appc/appc-aai-client-provider/${project.version} + wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0 + odl-restconf + + + + -- cgit 1.2.3-korg