Fix the NOTICES and DEPENDENCIES files to refer to included OSGi classes

Also added the generation of a Sources jar as part of the build.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1604821 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundlerepository/pom.xml b/bundlerepository/pom.xml
index b49ad62..02d59aa 100644
--- a/bundlerepository/pom.xml
+++ b/bundlerepository/pom.xml
@@ -161,6 +161,18 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>