From 2cdd7da17aa2a55e4633f778448dfc77b0ae695b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 16 Mar 2016 18:38:11 -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: Ic1ff344fa606666c08ec6c75e89984c535454bf3 Signed-off-by: Thanh Ha --- karaf/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/karaf/pom.xml b/karaf/pom.xml index e2acb2466..16dbc77bf 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -42,4 +42,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