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/pom.xml | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 appc-inbound/appc-interfaces-service/features/pom.xml (limited to 'appc-inbound/appc-interfaces-service/features/pom.xml') 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 + + + + + + + + + -- cgit 1.2.3-korg