Skip to content

Commit

Permalink
Merge pull request #15 from behappy-project/dev-ldap
Browse files Browse the repository at this point in the history
feature
  • Loading branch information
wang-xiaowu authored Apr 25, 2023
2 parents 1a4c5c0 + e00921d commit 751fb50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildProject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ wget https://npm.taobao.org/mirrors/node/v12.22.0/node-v12.22.0-linux-x64.tar.xz
tar -xvf node-v12.22.0-linux-x64.tar.xz
ln -sf ${workdir}/node-v12.22.0-linux-x64/bin/node /usr/local/bin/node
ln -sf ${workdir}/node-v12.22.0-linux-x64/bin/npm /usr/local/bin/npm
# 下载maven3.8.6
wget --no-check-certificate https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz
tar -xzvf apache-maven-3.8.6-bin.tar.gz
# 下载maven3.9.1
wget --no-check-certificate https://dlcdn.apache.org/maven/maven-3/3.9.1/binaries/apache-maven-3.9.1-bin.tar.gz
tar -xzvf apache-maven-3.9.1-bin.tar.gz
cat >> /etc/profile << EOF
MAVEN_HOME=${workdir}/apache-maven-3.8.6
MAVEN_HOME=${workdir}/apache-maven-3.9.1
PATH=$PATH:\$MAVEN_HOME/bin
export PATH
EOF
EOF

0 comments on commit 751fb50

Please sign in to comment.