From a763188a9f5e8a308acaeeac49e9f1f572913e0c Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Thu, 13 Aug 2015 09:52:46 +0900 Subject: [PATCH] Add a property to disable osgi testsuite run --- testsuite-osgi/pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/testsuite-osgi/pom.xml b/testsuite-osgi/pom.xml index 48b2cec1f5..21711f6e04 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -30,8 +30,23 @@ 4.4.0 + false + + + skipTests + + + skipTests + + + + true + + + + @@ -214,8 +229,13 @@ + + maven-surefire-plugin + + ${skipOsgiTestsuite} + + -