Repository: incubator-atlas Updated Branches: refs/heads/master 2139e2879 -> b6c408b37
ATLAS-1000: updated build instructions in README.txt (cherry picked from commit e48bd3558a81e0d4c104f315e623ed0f6200d169) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b6c408b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b6c408b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b6c408b3 Branch: refs/heads/master Commit: b6c408b372c57da90faf348f0f9d804fd8274b9f Parents: 2139e28 Author: Madhan Neethiraj <[email protected]> Authored: Thu Jan 19 07:49:18 2017 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Jan 19 07:52:35 2017 -0800 ---------------------------------------------------------------------- README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b6c408b3/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 3b59ac0..9716eb9 100755 --- a/README.txt +++ b/README.txt @@ -47,14 +47,15 @@ Build Process $ git clone https://github.com/apache/incubator-atlas.git $ cd incubator-atlas -2. Checkout the branch or tag you would like to build + # Checkout the branch or tag you would like to build + # # to checkout a branch $ git checkout <branch> # to checkout a tag $ git checkout tags/<tag> -3. Execute the following commands to build Apache Atlas +2. Execute the following commands to build Apache Atlas $ export MAVEN_OPTS="-Xms2g -Xmx2g -XX:MaxPermSize=512M" $ mvn clean install @@ -68,7 +69,7 @@ Build Process $ mvn clean package -Pdist -4. After above build commands successfully complete, you should see the following files +3. After above build commands successfully complete, you should see the following files webapp/target/atlas-webapp-<version>.war addons/falcon-bridge/target/falcon-bridge-<version>.jar
