From 1de27c7e7b3f66d1256927e471a3aac6c8668d94 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Thu, 5 Apr 2018 21:45:09 -0700 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. Change-Id: Icf1f8c9e05c5667e5e7483783f2651ad89fc0eac Signed-off-by: Jamo Luhrsen --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 5214e7f0..5625124a 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL alto-basic alto-extensions alto-release-features + + + + + karaf + + true + + + alto-karaf -- 2.36.6