From 37c6bb104b8884ef35a836dec739e9451e3f757f Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 6 Apr 2018 22:21:23 -0400 Subject: [PATCH] Add Karaf build profile Project local Karaf distros are handy for devs to test their work however is unneeded by autorelease builds and should not be released as part of the Simultanious Release. Add a profile that is active by default so that default behaviour is unchanged however allows the autorelease project to disable building this module. Issue: RELENG-86 Change-Id: I0a2aa794fa5e17cf6148a1f709257047ee0da00a Signed-off-by: Thanh Ha --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb1a37348..b83d0f429 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,24 @@ artifacts mappingservice features - lispflowmapping-karaf + + + karaf + + true + + + + lispflowmapping-karaf + + + +