Explain why these are excluded in the test

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/04387a7e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/04387a7e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/04387a7e

Branch: refs/heads/master
Commit: 04387a7eb1c05d3adb7732d712c767c3eae9a3d4
Parents: 20bfdd2
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Mar 15 14:33:18 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Mar 15 14:33:18 2016 +0100

----------------------------------------------------------------------
 platforms/karaf/features/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/04387a7e/platforms/karaf/features/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/pom.xml b/platforms/karaf/features/pom.xml
index d9ba4b4..c6bc40c 100644
--- a/platforms/karaf/features/pom.xml
+++ b/platforms/karaf/features/pom.xml
@@ -210,7 +210,11 @@
                 <feature>framework</feature>
               </framework>
               <features>
-                <!-- to add multiple separate by | such as (ignite|guice) -->
+                <!-- camel-cdi requires to install a cdi provider first -->
+                <!-- camel-ignite requires to install apache ignite first -->
+                <!-- camel-guice does not work in OSGi currently -->
+                <!-- camel-lucene does not work in OSGi currently (new bundle 
on the way) -->
+                <!-- camel-leveldb uses some wrap magic to install which 
validator fails but it works -->
                 
<feature>camel|camel-(?!(cdi|ignite|guice|lucene|leveldb))*</feature>
               </features>
                                
<configuration>file://${project.build.directory}/classes/config.properties</configuration>

Reply via email to