Repository: incubator-systemml Updated Branches: refs/heads/master 5ecbbb9ce -> 42d2a232f
[SYSTEMML-741] Remove inmemory artifacts from distribution profile Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/42d2a232 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/42d2a232 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/42d2a232 Branch: refs/heads/master Commit: 42d2a232f9e0c8403d339d41625e7ae4f8376dea Parents: 5ecbbb9 Author: Luciano Resende <[email protected]> Authored: Tue May 31 21:18:29 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue May 31 21:18:29 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/42d2a232/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 095343a..7467295 100644 --- a/pom.xml +++ b/pom.xml @@ -675,7 +675,7 @@ </configuration> </execution> - <execution> + <!--execution> <id>create-inmemory-jar</id> <phase>package</phase> <goals> @@ -686,7 +686,7 @@ <descriptor>src/assembly/inmemory.xml</descriptor> </descriptors> </configuration> - </execution> + </execution--> </executions> </plugin>
