From f1df649ed1f031f2dead3276ca69b013180c43ed Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 3 May 2017 11:15:17 +0200 Subject: [PATCH] skip.karaf.featureTest in single-feature-parent Historically, the skip.karaf.featureTest property could be used to skip SingleFeatureTest; that was lost in the migration to Karaf 4. This patch restores the functionality in single-feature-parent. Change-Id: Id6ed63129d7b9d7284356ca665152b321fc9ca16 Signed-off-by: Stephen Kitt --- single-feature-parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 63cc3a5cd..9c0799137 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -47,6 +47,7 @@ ${karaf4.version} true + false @@ -77,6 +78,7 @@ ${project.build.directory}/feature + ${skip.karaf.featureTest} -- 2.36.6