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/DEPENDENCIES b/bundlerepository/DEPENDENCIES
index fad4bd9..f914898 100644
--- a/bundlerepository/DEPENDENCIES
+++ b/bundlerepository/DEPENDENCIES
@@ -11,11 +11,16 @@
Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany.
Licensed under BSD License.
+This product includes software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2012).
+Licensed under the Apache License 2.0.
+
II. Used Third-Party Software
This product uses software developed at
The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
+Copyright (c) OSGi Alliance (2000, 2012).
Licensed under the Apache License 2.0.
This product uses software developed at
diff --git a/bundlerepository/NOTICE b/bundlerepository/NOTICE
index 067199d..515c8d5 100644
--- a/bundlerepository/NOTICE
+++ b/bundlerepository/NOTICE
@@ -8,3 +8,9 @@
This product includes software from http://kxml.sourceforge.net.
Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany.
Licensed under BSD License.
+
+This product includes software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2012).
+Licensed under the Apache License 2.0.
+
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>