skip.karaf.featureTest in single-feature-parent 03/56603/1
authorStephen Kitt <skitt@redhat.com>
Wed, 3 May 2017 09:15:17 +0000 (11:15 +0200)
committerStephen Kitt <skitt@redhat.com>
Fri, 5 May 2017 15:15:34 +0000 (15:15 +0000)
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 <skitt@redhat.com>
single-feature-parent/pom.xml

index 63cc3a5cd584977562bb6754f9cb153f3bf89504..9c079913761b8829ae188090d8f9e5d4d1dbef27 100644 (file)
@@ -47,6 +47,7 @@
     <properties>
         <karaf.version>${karaf4.version}</karaf.version>
         <jacoco.skip>true</jacoco.skip>
+        <skip.karaf.featureTest>false</skip.karaf.featureTest>
     </properties>
 
     <dependencies>
@@ -77,6 +78,7 @@
                     <additionalClasspathElements>
                         <additionalClasspathElement>${project.build.directory}/feature</additionalClasspathElement>
                     </additionalClasspathElements>
+                    <skip>${skip.karaf.featureTest}</skip>
                 </configuration>
                 <executions>
                     <execution>