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