From b709841f3b01ace438185ea28c7aca19123291be Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 13 Oct 2016 13:56:47 +0200 Subject: HONEYCOMB-207 : Configurable modules list for distributions Export list of modules for built distribution on compile time according to distribution.modules property to ***module-config.txt Load aggregated set of modules on start from all descriptors in /modules folder Change-Id: Icdeb23536aee3a243a221d3f2ec5f340d387764e Signed-off-by: Jan Srnicek --- vpp-integration/minimal-distribution/pom.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'vpp-integration/minimal-distribution/pom.xml') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 7e1aa0241..36d1e0f1a 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -29,11 +29,19 @@ 1.16.12-SNAPSHOT - io.fd.honeycomb.vpp.integration.distro.Main + io.fd.honeycomb.infra.distro.Main 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT - 1.16.12-SNAPSHOT + 1.16.12-SNAPSHOT 1.16.12-SNAPSHOT + + + io.fd.honeycomb.vpp.common.integration.VppCommonModule, + io.fd.honeycomb.lisp.LispModule, + io.fd.honeycomb.translate.v3po.V3poModule, + // io.fd.honeycomb.vppnsh.impl.VppNshModule + + @@ -62,8 +70,8 @@ io.fd.honeycomb.vpp - minimal-distribution - ${vpp.common.min.distro.version} + vpp-common-integration + ${vpp.common.integration.version} io.fd.honeycomb.v3po -- cgit 1.2.3-korg