Ver código fonte

更新 'build.sh'

robert 1 ano atrás
pai
commit
ecfade4239
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -3,10 +3,10 @@
 source  /etc/profile
 
 cd /app/trunk
-mvn clean package
+$MAVEN_HOME/bin/mvn clean package
 
 if [ $? != 0 ];then
-    mvn clean package
+    $MAVEN_HOME/bin/mvn clean package
 fi
 
 echo ">>>build src success..."