You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/03/18 08:23:41 UTC

[camel] branch master updated: CAMEL-13212 - Karaf features should not validate in release profile

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c28359e  CAMEL-13212 - Karaf features should not validate in release profile
c28359e is described below

commit c28359e8acc1c52acab634a8400da917bdb80e2f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 18 09:23:02 2019 +0100

    CAMEL-13212 - Karaf features should not validate in release profile
---
 platforms/karaf/features/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index 1c9f761..853e31d 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -211,6 +211,12 @@
             </properties>
         </profile>
         <profile>
+            <id>release</id>
+            <properties>
+                <features.verify.skip>true</features.verify.skip>
+            </properties>
+        </profile>
+        <profile>
             <id>skipTests</id>
             <activation>
                 <property>