Repository: incubator-systemml Updated Branches: refs/heads/master b4efc3dfb -> 742960428
[SYSTEMML-1634] Add SystemML.jar to root of bin artifacts Closes #517. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/74296042 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/74296042 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/74296042 Branch: refs/heads/master Commit: 7429604282f0036b57b369f912670a2a546629c8 Parents: b4efc3d Author: Deron Eriksson <[email protected]> Authored: Fri May 26 13:30:34 2017 -0700 Committer: Deron Eriksson <[email protected]> Committed: Fri May 26 13:30:34 2017 -0700 ---------------------------------------------------------------------- src/assembly/bin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/74296042/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml index 0396bf9..fd00eb1 100644 --- a/src/assembly/bin.xml +++ b/src/assembly/bin.xml @@ -122,4 +122,12 @@ <scope>compile</scope> </dependencySet> </dependencySets> + + <files> + <file> + <source>target/${artifactId}-${project.version}.jar</source> + <outputDirectory>.</outputDirectory> + <destName>SystemML.jar</destName> + </file> + </files> </assembly>
