update script

This commit is contained in:
thinkgem
2023-07-07 17:32:31 +08:00
parent d9ea710e9b
commit 7659fa0e7d
44 changed files with 175 additions and 65 deletions

View File

@@ -4,13 +4,15 @@
# * No deletion without permission, or be held responsible to law.
# *
# * Author: ThinkGem@163.com
# *
# */
echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。"
echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo ""
cd ..
mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
mvn clean install -Dmaven.test.skip=true -Ppackage
cd bin