You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/05/26 20:32:19 UTC

incubator-systemml git commit: [SYSTEMML-1634] Add SystemML.jar to root of bin artifacts

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 <de...@us.ibm.com>
Authored: Fri May 26 13:30:34 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
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>