This is an automated email from the ASF dual-hosted git repository.
abhi pushed a commit to branch ranger-2.6
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.6 by this push:
new 2ea2842f86 RANGER-5106: Remove redundant mvn calls in README (#512)
2ea2842f86 is described below
commit 2ea2842f86dd052946ff003a344961729a508645
Author: Abhishek Kumar <[email protected]>
AuthorDate: Tue Jan 21 00:45:24 2025 -0800
RANGER-5106: Remove redundant mvn calls in README (#512)
Co-authored-by: Manfred Moser <[email protected]>
(cherry picked from commit 9f9bf0f8fe13caa9b94f524eeebdb47835853832)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index dd4bf87275..0566da8925 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Ranger is built using [Apache
Maven](https://maven.apache.org/). To run Ranger:
2. On the root folder, please execute the following Maven command:
- `mvn clean compile package install`
+ `mvn clean install`
`mvn eclipse:eclipse`