Skip to content

Commit

Permalink
RANGER-5106: Remove redundant mvn calls in README (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: Manfred Moser <[email protected]>
(cherry picked from commit 9f9bf0f)
  • Loading branch information
kumaab authored and Abhishek Kumar committed Jan 21, 2025
1 parent 5a2e978 commit 2ea2842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 2ea2842

Please sign in to comment.