[SMX4-919] Resuming inclusion of sources artifact in bundles

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/howl-1.0.1-1@1235496 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d101241..aedd668 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>6</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -40,7 +40,6 @@
         <pkgArtifactId>howl</pkgArtifactId>
         <pkgVersion>1.0.1-1</pkgVersion>
         <servicemix.osgi.import.pkg>
-            !org.objectweb.howl*,
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
@@ -55,6 +54,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
     
     <build>
@@ -90,4 +98,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>