[SMX4-919] Add sources artifact for all bundles

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/mvel-2.0.18@1236741 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ff2b432..986bf5e 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>
 
@@ -45,7 +45,7 @@
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
-            org.mvel2*
+            org.mvel2
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.failok>true</servicemix.osgi.failok>
     </properties>
@@ -57,6 +57,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>
@@ -92,4 +101,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>