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

incubator-systemml git commit: [MINOR] Included nn test dml files into the jar

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 282d8ecc6 -> 755121f93


[MINOR] Included nn test dml files into the jar

This change makes it easier to test in different environments to ensure
that everything is running correctly.

Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/755121f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/755121f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/755121f9

Branch: refs/heads/master
Commit: 755121f93d036df0c182edbf9a41640993f75535
Parents: 282d8ec
Author: Niketan Pansare <np...@us.ibm.com>
Authored: Tue May 9 22:30:32 2017 -0700
Committer: Niketan Pansare <np...@us.ibm.com>
Committed: Tue May 9 22:30:32 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/755121f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d9ce94e..d91cb56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
 				<exclude>perftest</exclude>
 				<exclude>staging/**/*</exclude>
 				<exclude>staging</exclude>
-				<exclude>nn/test/**/*</exclude>
+				<exclude>nn/test/compare_backends/*</exclude>
 				<!-- <exclude>*.sh</exclude> --> <!-- applies to sparkDML.sh -->
 			</excludes>
 			<targetPath>scripts</targetPath>