From 8a7f42cd34b2f618b4bc67e0a420f11ccdd0db0c Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 2 Mar 2018 15:32:37 +0100 Subject: [PATCH] NETVIRT-1126: avoid shipping the MySQL connector This strips the MySQL connector from the Karaf distribution we build, to avoid shipping a GPL component in the distribution. Change-Id: I71e18fe79d3503e79b5bc8b722abe264657a61a6 Signed-off-by: Stephen Kitt --- karaf/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/karaf/pom.xml b/karaf/pom.xml index 9cab7ca79d..00d1b203ef 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -126,6 +126,26 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL false + + + org.apache.maven.plugins + maven-antrun-plugin + + + prepare-package + + run + + + + + + + + + + + -- 2.36.6