删除 mvn-home.sh

This commit is contained in:
8ga 2025-01-10 15:49:04 +08:00
parent 043d2728af
commit 31e399e119

View File

@ -1,5 +0,0 @@
#!/bin/bash
echo "export MAVEN_HOME=/usr/local/apache-maven-3.9.6" | tee -a /etc/profile
echo "export PATH=${PATH}:/usr/local/apache-maven-3.9.6/bin" | tee -a /etc/profile
source /etc/profile
mvn -v