From 9656ff8d3703e3dfef0486d8af69f39428be228c 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 --- .../features/src/main/features/features.xml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 vpp-integration/features/src/main/features/features.xml (limited to 'vpp-integration/features/src/main/features/features.xml') diff --git a/vpp-integration/features/src/main/features/features.xml b/vpp-integration/features/src/main/features/features.xml new file mode 100644 index 000000000..f25e32d05 --- /dev/null +++ b/vpp-integration/features/src/main/features/features.xml @@ -0,0 +1,52 @@ + + + + + + + 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 + + + odl-honeycomb-api + odl-honeycomb-v3po-api + + + + honeycomb-vpp-integration-api + odl-honeycomb + odl-honeycomb-vpp-common + odl-honeycomb-v3po + + + + honeycomb-vpp-integration + odl-honeycomb-rest + odl-honeycomb-v3po + + + + honeycomb-vpp-integration-rest + odl-honeycomb-ui + odl-honeycomb-v3po-rest + + + -- cgit 1.2.3-korg