From 63ee77be615c6773170d302faf7c64cf45a6886b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 16 Mar 2016 16:44:13 -0400 Subject: [PATCH] Do not deploy the karaf artifact The karaf artifact is only used for testing. It does not need to be released to the world. Change-Id: I7f25d1310345c27417871fb94a79ef0348863dd5 Signed-off-by: Thanh Ha --- distribution/karaf/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index c6f059b9..78f78db8 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -52,4 +52,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL runtime + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + -- 2.36.6