This is an automated email from the ASF dual-hosted git repository.

abhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f9bf0f8fe RANGER-5106: Remove redundant mvn calls in README (#512)
9f9bf0f8fe is described below

commit 9f9bf0f8fe13caa9b94f524eeebdb47835853832
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]>
---
 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`
 

Reply via email to