Disable SFT on feature repos by default 92/59792/1
authorStephen Kitt <skitt@redhat.com>
Fri, 30 Jun 2017 14:29:28 +0000 (16:29 +0200)
committerStephen Kitt <skitt@redhat.com>
Fri, 30 Jun 2017 14:29:28 +0000 (16:29 +0200)
Testing the features in repos can cause issues when they are
mutually-incompatble. Since we test features individually anyway, we
can safely disable SFT by default. skip.karaf.featureTest can be set
to false for projects which want to re-enable this.

Change-Id: I02ec0094985ccc5e7cc1f404808b156883c25911
Signed-off-by: Stephen Kitt <skitt@redhat.com>
feature-repo-parent/pom.xml

index 31e8920b4bb844b5ac554aa152e5307ee4dff7f9..211c9052dd0cbf62125e8000776246a6d1ff11d4 100644 (file)
@@ -35,7 +35,7 @@
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <properties>
-        <skip.karaf.featureTest>false</skip.karaf.featureTest>
+        <skip.karaf.featureTest>true</skip.karaf.featureTest>
         <jacoco.skip>true</jacoco.skip>
     </properties>