Exclude the docs project from the OSGi scan.
diff --git a/pom.xml b/pom.xml
index ed71cb9..e58870c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -637,10 +637,10 @@
 
 
         <plugins>
-            <plugin>
+           <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>karaf-maven-plugin</artifactId>
-                <version>4.2.0</version>
+                <version>4.2.2</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>
@@ -652,6 +652,9 @@
                         <configuration>
                             <startLevel>80</startLevel>
                             <aggregateFeatures>true</aggregateFeatures>
+                            <excludedArtifactIds>
+                                <excludedArtifactId>tamaya-doc_alpha</excludedArtifactId>
+                            </excludedArtifactIds>
                         </configuration>
                     </execution>
                 </executions>