This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push: new 6aaaa838b25 docs: revise INSTALL.md with updated Maven setup (#11025) 6aaaa838b25 is described below commit 6aaaa838b250c6a3841436969e207b0461b3dfec Author: Suyang(Dawson) Chen <dawson0...@gmail.com> AuthorDate: Mon Jun 16 08:47:20 2025 -0400 docs: revise INSTALL.md with updated Maven setup (#11025) --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 1a53b4e3b22..c0b845185e2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,12 +18,12 @@ Install tools and dependencies used for development: # yum -y install git java-17-openjdk java-17-openjdk-devel \ mysql mysql-server mkisofs git gcc python MySQL-python openssh-clients wget -Set up Maven (3.9.9): +Set up Maven (3.9.10): - # 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 + # wget https://dlcdn.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz + # sudo tar -zxvf apache-maven-3.9.10-bin.tar.gz -C /usr/local # cd /usr/local - # ln -s apache-maven-3.9.9 maven + # sudo ln -s apache-maven-3.9.10 maven # echo export M2_HOME=/usr/local/maven >> ~/.bashrc # or .zshrc or .profile # echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile # source ~/.bashrc