From f3d2c3bd077855c7b94d2045b11b266791079474 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 6 Apr 2018 21:09:05 -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 Simultaneous Release. Add a profile that is active by default so that default behavior is unchanged however allows the autorelease project to disable building this module. Issue: RELENG-86 Change-Id: I135238264ca0732336276d65f58e04ac420bc62c Signed-off-by: Daniel Farrell --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f96ddf0824..e1ac28b594 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,6 @@ openflowplugin-impl openflowplugin-common extension - distribution/karaf openflowplugin-blueprint-config test-provider @@ -41,4 +40,16 @@ model samples + + + + karaf + + true + + + distribution/karaf + + + -- 2.36.6