From 77fa76b4b15ec6d74920349f9a066ec4597b2585 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 16 Aug 2016 11:04:00 +0200 Subject: HONEYCOMB-22: Remove karaf based distribution and wiring Change-Id: I48aafb726de53b6ad3fb9b97c202f712dfa4a540 Signed-off-by: Maros Marsalek --- vpp-integration/features/pom.xml | 59 -------------- .../features/src/main/features/features.xml | 46 ----------- vpp-integration/karaf/pom.xml | 92 ---------------------- vpp-integration/pom.xml | 2 - 4 files changed, 199 deletions(-) delete mode 100644 vpp-integration/features/pom.xml delete mode 100644 vpp-integration/features/src/main/features/features.xml delete mode 100644 vpp-integration/karaf/pom.xml (limited to 'vpp-integration') diff --git a/vpp-integration/features/pom.xml b/vpp-integration/features/pom.xml deleted file mode 100644 index 9e8930dec..000000000 --- a/vpp-integration/features/pom.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - io.fd.honeycomb.common - features-parent - 1.0.0-SNAPSHOT - ../../common/features-parent - - io.fd.honeycomb.vpp.integration - vpp-integration-features - 1.0.0-SNAPSHOT - ${project.artifactId} - 4.0.0 - - 3.1.1 - - - - io.fd.honeycomb - honeycomb-features - ${project.version} - features - xml - runtime - - - - io.fd.honeycomb.vpp - vpp-common-features - ${project.version} - features - xml - runtime - - - - io.fd.honeycomb.v3po - v3po-features - ${project.version} - features - xml - runtime - - - diff --git a/vpp-integration/features/src/main/features/features.xml b/vpp-integration/features/src/main/features/features.xml deleted file mode 100644 index 3dcc7c67a..000000000 --- a/vpp-integration/features/src/main/features/features.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - mvn:io.fd.honeycomb/honeycomb-features/${project.version}/xml/features - - mvn:io.fd.honeycomb.vpp/vpp-common-features/${project.version}/xml/features - - mvn:io.fd.honeycomb.v3po/v3po-features/${project.version}/xml/features - - - honeycomb-api - honeycomb-v3po-api - - - - honeycomb-vpp-integration-api - honeycomb - honeycomb-vpp-common - honeycomb-v3po - - - - honeycomb-vpp-integration - honeycomb-rest - honeycomb-v3po - - - diff --git a/vpp-integration/karaf/pom.xml b/vpp-integration/karaf/pom.xml deleted file mode 100644 index 1232e7375..000000000 --- a/vpp-integration/karaf/pom.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - io.fd.honeycomb.common - karaf-parent - 1.0.0-SNAPSHOT - ../../common/karaf-parent - - 4.0.0 - io.fd.honeycomb.vpp.integration - vpp-integration-karaf - 1.0.0-SNAPSHOT - ${project.artifactId} - - 3.1.1 - - - honeycomb-vpp-integration-rest - - - - - - org.apache.karaf.features - framework - kar - - - - io.fd.honeycomb - honeycomb-features - ${project.version} - features - xml - runtime - - - - io.fd.honeycomb.vpp - vpp-common-features - ${project.version} - features - xml - runtime - - - - io.fd.honeycomb.v3po - v3po-features - ${project.version} - features - xml - runtime - - - - io.fd.honeycomb.vpp.integration - vpp-integration-features - ${project.version} - features - xml - runtime - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index e087abd86..741951b38 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -31,8 +31,6 @@ 3.1.1 - - minimal-distribution -- cgit 1.2.3-korg