You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2016/01/17 06:47:00 UTC

[2/2] incubator-systemml git commit: [SYSTEMML-463] Comment inmemory distribution

[SYSTEMML-463] Comment inmemory distribution


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

Branch: refs/heads/master
Commit: 9f9497bc3f2f4680e24884f29d95ca1d2610c62d
Parents: 10792e5
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Jan 16 21:45:48 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Jan 16 21:45:48 2016 -0800

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/9f9497bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b942ea5..2ca14ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -553,7 +553,7 @@
 								</configuration>
 							</execution>
 
-							<execution>
+							<!--execution>
 								<id>create-inmemory-jar</id>
 								<phase>package</phase>
 								<goals>
@@ -564,7 +564,7 @@
 										<descriptor>src/assembly/inmemory.xml</descriptor>
 									</descriptors>
 								</configuration>
-							</execution>
+							</execution-->
 						</executions>
 					</plugin>