From 9042dd9e0c9c9c29d3918007305033fd9c17d669 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 29 Jul 2016 15:04:39 +0200 Subject: HONEYCOMB-130: Create vpp-integration distribution And remove v3po-karaf. No need for plugins to create karaf distro, instead plugins are required to add their features into vpp-integration Change-Id: I74c29843ee7927bcc4456fbe2bfb52506225078f Signed-off-by: Maros Marsalek --- v3po/Readme.adoc | 7 ++++++ v3po/karaf/pom.xml | 74 ------------------------------------------------------ v3po/pom.xml | 1 - 3 files changed, 7 insertions(+), 75 deletions(-) create mode 100644 v3po/Readme.adoc delete mode 100644 v3po/karaf/pom.xml (limited to 'v3po') diff --git a/v3po/Readme.adoc b/v3po/Readme.adoc new file mode 100644 index 000000000..96d1d5a9b --- /dev/null +++ b/v3po/Readme.adoc @@ -0,0 +1,7 @@ += V3po + +This is a Honeycomb plugin providing mapping code between HC and VPP core APIs. + +== Usage + +Refer to postman_rest_collection.json for sample requests. All capabilities of V3po are demo-ed there \ No newline at end of file diff --git a/v3po/karaf/pom.xml b/v3po/karaf/pom.xml deleted file mode 100644 index 1325a988d..000000000 --- a/v3po/karaf/pom.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - io.fd.honeycomb.common - karaf-parent - 1.0.0-SNAPSHOT - ../../common/karaf-parent - - 4.0.0 - io.fd.honeycomb.v3po - v3po-karaf - 1.0.0-SNAPSHOT - ${project.artifactId} - - 3.1.1 - - - odl-honeycomb-v3po-rest - - - - - - org.apache.karaf.features - framework - kar - - - - io.fd.honeycomb - honeycomb-features - ${project.version} - features - xml - runtime - - - - ${project.groupId} - v3po-features - ${project.version} - features - xml - runtime - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - diff --git a/v3po/pom.xml b/v3po/pom.xml index 0d356d47f..f7cb1c2ba 100644 --- a/v3po/pom.xml +++ b/v3po/pom.xml @@ -35,7 +35,6 @@ api v3po2vpp features - karaf -- cgit 1.2.3-korg