From 25942409671cf0f3a436902bce81c2203dc1be98 Mon Sep 17 00:00:00 2001 From: Anthony Corbacho Date: Mon, 31 Aug 2015 10:16:10 +0900 Subject: [PATCH 1/2] Add detail about version of maven to use in order to build Zeppelin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5658587f63..40c61c9f547 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To know more about Zeppelin, visit our web site [http://zeppelin.incubator.apach ## Requirements * Java 1.7 * Tested on Mac OSX, Ubuntu 14.X, CentOS 6.X - * Maven (if you want to build from the source code) + * Maven **3.3.x** (if you want to build from the source code) * Node.js Package Manager ## Getting Started From 7a841a3515266682cbe9bd2dc1e08122d4fff63e Mon Sep 17 00:00:00 2001 From: Anthony Corbacho Date: Mon, 31 Aug 2015 10:20:09 +0900 Subject: [PATCH 2/2] Update Contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa69016680f..43bb8b7045c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ Test coverage report location are in `${submodule}/target/site/cobertura/index.h To build the code, install * Oracle Java 7 - * Apache Maven + * Apache Maven 3.3.x ## Getting the source code First of all, you need the Zeppelin source code. The official location for Zeppelin is [https://github.com/apache/incubator-zeppelin](https://github.com/apache/incubator-zeppelin)