@@ -443,7 +443,7 @@ function init:maven() {
echo '$add_profile' >> /etc/profile
source /etc/profile
fi
- #maven -v
+ mvn -v
"
check::exit_code "$?" "maven" "$host 安装maven环境" "exit"
if [[ "${ADD_USER_TAG:-}" == "1" ]]; then