Repository: incubator-zeppelin Updated Branches: refs/heads/master 86a1a1994 -> ac5ff10b6
ZEPPELIN-375 HOTFIX move geode from default build to profile Hot fix for https://issues.apache.org/jira/browse/ZEPPELIN-375, until we get better resolution. This patch moves geode from default build to profile. Author: Lee moon soo <[email protected]> Closes #379 from Leemoonsoo/ZEPPELIN-375-hotfix and squashes the following commits: 7740296 [Lee moon soo] Hotfix for ZEPPELIN-375 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/ac5ff10b Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/ac5ff10b Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/ac5ff10b Branch: refs/heads/master Commit: ac5ff10b677f757afd0aa0272246ed1cf1de8e2c Parents: 86a1a19 Author: Lee moon soo <[email protected]> Authored: Fri Oct 30 09:27:31 2015 +0100 Committer: Lee moon soo <[email protected]> Committed: Sun Nov 1 13:12:27 2015 +0900 ---------------------------------------------------------------------- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ac5ff10b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5ed9a76..45335fe 100755 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,6 @@ <module>shell</module> <module>hive</module> <module>phoenix</module> - <module>geode</module> <module>postgresql</module> <module>tajo</module> <module>flink</module> @@ -587,6 +586,14 @@ </build> <profiles> + <!-- Geode can be enabled by -Pgeode. see https://issues.apache.org/jira/browse/ZEPPELIN-375 --> + <profile> + <id>geode</id> + <modules> + <module>geode</module> + </modules> + </profile> + <profile> <id>build-distr</id> <activation>
