更新 ubuntu-mvn.sh

This commit is contained in:
8ga 2025-01-10 14:54:06 +08:00
parent 6366cfea94
commit 3fb6a1dfa6

View File

@ -2,7 +2,4 @@
cd /usr/local
wget https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz
tar -zvxf apache-maven-3.9.6-bin.tar.gz
echo "export MAVEN_HOME=/usr/local/apache-maven-3.9.6" | tee -a /etc/profile
echo "export PATH=${MAVEN_HOME}/bin:${PATH}" | tee -a /etc/profile
source /etc/profile
mvn -v
bash mvn-home.sh