Repository: incubator-ranger Updated Branches: refs/heads/tag-policy 9578f94cd -> 6568faabb
RANGER-488: updated README.txt with build steps Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/0ed45e38 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/0ed45e38 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/0ed45e38 Branch: refs/heads/tag-policy Commit: 0ed45e380c02ce606a8c063c75d4ad854537a66f Parents: 9578f94 Author: sneethiraj <[email protected]> Authored: Tue May 19 01:44:24 2015 -0400 Committer: Madhan Neethiraj <[email protected]> Committed: Thu May 21 15:44:03 2015 -0700 ---------------------------------------------------------------------- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/0ed45e38/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index d410e18..b5fad2e 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ Build Process 2. On the root folder, please execute the following Maven command: $ mvn clean compile package install assembly:assembly - $ mvn eclise:eclipse + $ mvn eclipse:eclipse 3. After the above build command execution, you should see the following TAR files in the target folder:
