Browse Source

Add maven 3.6.3 path

ubuntu_ci
Ein Verne 4 years ago
parent
commit
d0a8f6678d
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 5
      zsh/env.zsh

5
zsh/env.zsh

@ -53,6 +53,11 @@ if [[ -d "/opt/maven" ]]; then
export M2=$M2_HOME/bin export M2=$M2_HOME/bin
export PATH=$M2:$PATH export PATH=$M2:$PATH
fi fi
if [[ -d "$HOME/.asdf/installs/maven/3.6.3" ]]; then
export M2_HOME=$HOME/.asdf/installs/maven/3.6.3
export M2=$H2_HOME/bin
export PATH=$M2:$PATH
fi
# Tomcat # Tomcat
if [[ -d "/opt/tomcat" ]]; then if [[ -d "/opt/tomcat" ]]; then

Loading…
Cancel
Save