update script

This commit is contained in:
thinkgem
2023-07-07 20:52:06 +08:00
parent a76371e508
commit 5ce8523702
8 changed files with 16 additions and 16 deletions

View File

@@ -6,13 +6,13 @@
# * Author: ThinkGem@163.com
# */
echo ""
echo "[信息] 打包安装工程生成jar包文件。"
echo "[信息] 打包Web工程,生成war/jar包文件。"
echo ""
mvn -v
echo ""
cd ..
mvn clean install -Dmaven.test.skip=true -Ppackage
mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
cd bin