mirror of https://github.com/apache/cloudstack.git
docs: fix outdated Maven subtitle in INSTALL.md (#11012)
This commit is contained in:
parent
2d669dbe54
commit
4a672fd9b3
|
|
@ -18,7 +18,7 @@ Install tools and dependencies used for development:
|
||||||
# yum -y install git java-17-openjdk java-17-openjdk-devel \
|
# yum -y install git java-17-openjdk java-17-openjdk-devel \
|
||||||
mysql mysql-server mkisofs git gcc python MySQL-python openssh-clients wget
|
mysql mysql-server mkisofs git gcc python MySQL-python openssh-clients wget
|
||||||
|
|
||||||
Set up Maven (3.6.0):
|
Set up Maven (3.9.9):
|
||||||
|
|
||||||
# wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
|
# wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
|
||||||
# tar -zxvf apache-maven-3.9.9-bin.tar.gz -C /usr/local
|
# tar -zxvf apache-maven-3.9.9-bin.tar.gz -C /usr/local
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue