From: Stephen Kitt Date: Fri, 2 Mar 2018 14:32:37 +0000 (+0100) Subject: NETVIRT-1126: avoid shipping the MySQL connector X-Git-Tag: release/fluorine~390 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8a7f42cd34b2f618b4bc67e0a420f11ccdd0db0c;p=netvirt.git 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 --- 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 + + + + + + + + + + +