From 80b31bf9c028846247a5deea9af16839f42027e2 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 3e92c28c62..d0c3d41392 100644 --- a/testsuite-osgi/pom.xml +++ b/testsuite-osgi/pom.xml @@ -30,8 +30,23 @@ 4.4.0 + false + + + skipTests + + + skipTests + + + + true + + + + @@ -154,8 +169,13 @@ + + maven-surefire-plugin + + ${skipOsgiTestsuite} + + -