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

@@ -14,7 +14,7 @@ rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [信息] 打包安装工程生成jar包文件。
echo [信息] 打包Web工程,生成war/jar包文件。
echo.
%~d0
@@ -24,7 +24,7 @@ call mvn -v
echo.
cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage
call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
cd bin
pause]]>

View File

@@ -13,14 +13,14 @@
# * 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]]>
</content>