File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ echo ${JOB_TYPE}
3838INSTALL_OPTS=" "
3939if [[ $ENABLE_AIRLOCK = ' true' ]]; then
4040 INSTALL_OPTS=" -Pairlock-trusted"
41- wget -q https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -O /tmp/maven.zip && \
42- unzip /tmp/maven.zip -d /tmp/maven && \
43- mv /tmp/maven/apache-maven-3.9.9 /usr/local/lib/maven && \
44- rm /tmp/maven.zip && \
45- ln -s $JAVA_HOME /lib $JAVA_HOME /conf
4641fi
4742
4843# attempt to install 3 times with exponential backoff (starting with 10 seconds)
Original file line number Diff line number Diff line change 5858INSTALL_OPTS=" "
5959if [[ $ENABLE_AIRLOCK = ' true' ]]; then
6060 INSTALL_OPTS=" -Pairlock-trusted"
61+ wget -q https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -O /tmp/maven.zip && \
62+ unzip /tmp/maven.zip -d /tmp/maven && \
63+ mv /tmp/maven/apache-maven-3.9.9 /usr/local/lib/maven && \
64+ rm /tmp/maven.zip && \
65+ ln -s $JAVA_HOME /lib $JAVA_HOME /conf
6166fi
6267
6368# this should run maven enforcer
You can’t perform that action at this time.
0 commit comments