From cfd7b391c8b49ae19ce25d17c18a53cb1c857128 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 955a1c08f3..205141cf0e 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} + + -