Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The standalone jar artifact (see "create-standalone-jar" in pom.xml, which delegates to "src/assembly/standalone-jar.xml") has issues with its license, notice, and disclaimer files.
#1) There is no META-INF/DISCLAIMER incubator file, which "should" be there.
#2) It contains a META-INF/NOTICE file for "Apache Wink :: JSON4J" and a META-INF/NOTICE.txt file for "Apache Commons CLI". However, there is no META-INF/NOTICE file for SystemML.
#3) It contains a META-INF/LICENSE file which is the general Apache license and a META-INF/LICENSE.txt file which is also the general Apache license. However, the LICENSE file most likely should include a listing of the license information for all the projects contained in the project (similar to src/assembly/standalone/LICENSE).