Repository: incubator-systemml Updated Branches: refs/heads/master b352521c9 -> f274c9d3d
[SYSTEMML-665] Update inmemory jar with legal files Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/f274c9d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/f274c9d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/f274c9d3 Branch: refs/heads/master Commit: f274c9d3d2a808d0bbd8af61f81dd2a217ded2e5 Parents: b352521 Author: Luciano Resende <[email protected]> Authored: Sat May 7 20:35:26 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Sat May 7 20:35:26 2016 -0700 ---------------------------------------------------------------------- src/assembly/inmemory.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f274c9d3/src/assembly/inmemory.xml ---------------------------------------------------------------------- diff --git a/src/assembly/inmemory.xml b/src/assembly/inmemory.xml index 5d3ef03..246586d 100644 --- a/src/assembly/inmemory.xml +++ b/src/assembly/inmemory.xml @@ -31,6 +31,23 @@ <fileSets> <fileSet> + <directory>${basedir}</directory> + <includes> + <include>DISCLAIMER</include> + </includes> + <outputDirectory>META-INF</outputDirectory> + </fileSet> + + <fileSet> + <directory>${basedir}/src/assembly/standalone</directory> + <includes> + <include>LICENSE</include> + <include>NOTICE</include> + </includes> + <outputDirectory>META-INF</outputDirectory> + </fileSet> + + <fileSet> <directory>${project.build.directory}/hadoop-test</directory> <includes> <include>**/*</include> @@ -66,6 +83,15 @@ <include>*:slf4j-log4j*</include> <include>*:systemml*</include> </includes> + <unpackOptions> + <excludes> + <exclude>META-INF/ASL2.0</exclude> + <exclude>META-INF/DEPENDENCIES</exclude> + <exclude>META-INF/LICENSE.txt</exclude> + <exclude>META-INF/NOTICE.txt</exclude> + <exclude>META-INF/README.txt</exclude> + </excludes> + </unpackOptions> <outputDirectory>.</outputDirectory> <scope>provided</scope> <unpack>true</unpack>
