Skip to content

Commit 6aaaa83

Browse files
authored
docs: revise INSTALL.md with updated Maven setup (#11025)
1 parent ea7919b commit 6aaaa83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Install tools and dependencies used for development:
1818
# yum -y install git java-17-openjdk java-17-openjdk-devel \
1919
mysql mysql-server mkisofs git gcc python MySQL-python openssh-clients wget
2020

21-
Set up Maven (3.9.9):
21+
Set up Maven (3.9.10):
2222

23-
# wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
24-
# tar -zxvf apache-maven-3.9.9-bin.tar.gz -C /usr/local
23+
# wget https://dlcdn.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz
24+
# sudo tar -zxvf apache-maven-3.9.10-bin.tar.gz -C /usr/local
2525
# cd /usr/local
26-
# ln -s apache-maven-3.9.9 maven
26+
# sudo ln -s apache-maven-3.9.10 maven
2727
# echo export M2_HOME=/usr/local/maven >> ~/.bashrc # or .zshrc or .profile
2828
# echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile
2929
# source ~/.bashrc

0 commit comments

Comments
 (0)