diff options
-rw-r--r-- | appc-parent/single-feature-parent/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appc-parent/single-feature-parent/pom.xml b/appc-parent/single-feature-parent/pom.xml index c504c6b45..3927e117b 100644 --- a/appc-parent/single-feature-parent/pom.xml +++ b/appc-parent/single-feature-parent/pom.xml @@ -34,4 +34,7 @@ limitations under the License. <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> + <properties> + <skip.karaf.featureTest>true</skip.karaf.featureTest> + </properties> </project> |