update script

This commit is contained in:
thinkgem
2023-07-21 23:47:28 +08:00
parent 084bfaac92
commit 1098757b6a
40 changed files with 144 additions and 44 deletions

View File

@@ -6,12 +6,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̰汾<EFBFBD><EFBFBD>Nexus<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̵<EFBFBD>Maven<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -6,12 +6,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̰汾<EFBFBD><EFBFBD>Nexus<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̵<EFBFBD>Maven<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -6,12 +6,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̰汾<EFBFBD><EFBFBD>Nexus<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̵<EFBFBD>Maven<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -6,12 +6,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̰汾<EFBFBD><EFBFBD>Nexus<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̵<EFBFBD>Maven<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -14,12 +14,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [信息] 部署工程版本到Nexus服务器。 echo [信息] 部署工程到Maven服务器。
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -11,10 +11,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -20,6 +20,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -11,10 +11,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -14,12 +14,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [信息] 部署工程版本到Nexus服务器。 echo [信息] 部署工程到Maven服务器。
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -11,10 +11,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -20,6 +20,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -11,10 +11,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -20,6 +20,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U

View File

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

View File

@@ -6,12 +6,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̰汾<EFBFBD><EFBFBD>Nexus<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̵<EFBFBD>Maven<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -6,12 +6,15 @@ rem *
rem * Author: ThinkGem@163.com rem * Author: ThinkGem@163.com
rem */ rem */
echo. echo.
echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̰汾<EFBFBD><EFBFBD>Nexus<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> echo [<5B><>Ϣ] <20><><EFBFBD>𹤳̵<EFBFBD>Maven<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo. echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy call mvn clean deploy -Dmaven.test.skip=true -Pdeploy

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 部署工程版本到Nexus服务器。" echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean install -Dmaven.test.skip=true -Ppackage call mvn clean install -Dmaven.test.skip=true -Ppackage

View File

@@ -4,10 +4,12 @@
# * No deletion without permission, or be held responsible to law. # * No deletion without permission, or be held responsible to law.
# * # *
# * Author: ThinkGem@163.com # * Author: ThinkGem@163.com
# *
# */ # */
echo "" echo ""
echo "[信息] 打包Web工程,生成war/jar包文件。" echo "[信息] 打包安装工程生成jar包文件。"
echo ""
mvn -v
echo "" echo ""
cd .. cd ..

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U

View File

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

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U

View File

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

View File

@@ -12,6 +12,9 @@ echo.
%~d0 %~d0
cd %~dp0 cd %~dp0
call mvn -v
echo.
cd .. cd ..
call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U

View File

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