Fix initial build issue
diff --git a/pom.xml b/pom.xml
index 9127ab0..c1eb706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,9 @@
         <!-- Archetypes -->
         <!-- TODO archetypes -->
  
-        <!-- Demos -->
-        <module>samples</module> 
+        <!-- Samples -->
+	<!-- As samples don't use karaf-boot parent pom, they should not be part of the reactor -->
+        <!-- <module>samples</module> -->
         <!-- TODO complete library demos -->
     </modules>