From 8a28ebe52608c50ca2dfdf8e79698b05f0f91176 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 6 Apr 2018 17:24:28 -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: I09f95138ae5b5eb073d8556d36a2b47ec83a912d Signed-off-by: Daniel Farrell --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec02edff7..74016a972 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,6 @@ artifacts features/production features/test - karaf integration/test-standalone integration/test model @@ -133,4 +132,16 @@ HEAD https://wiki.opendaylight.org/view/NeutronNorthbound:Main + + + + karaf + + true + + + karaf + + + -- 2.36.6