From 126376dcf3c862391aae8139c5891971ebbebec6 Mon Sep 17 00:00:00 2001 From: Francis Dong Date: Mon, 21 Nov 2022 14:54:42 +0800 Subject: [PATCH] skip tests --- fizz-gateway-community.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fizz-gateway-community.release b/fizz-gateway-community.release index 970a224..c6b5708 100644 --- a/fizz-gateway-community.release +++ b/fizz-gateway-community.release @@ -9,7 +9,7 @@ baseline.jdk=jdk-1.8 # 构建打包所用的maven版本 build.tools.maven=maven3.2.5 -build.command=mvn -B clean package install --file pom.xml && mvn -B clean package install --file fizz-bootstrap/pom.xml +build.command=mvn -B clean package install -Dmaven.test.skip=true --file pom.xml && mvn -B clean package install -Dmaven.test.skip=true --file fizz-bootstrap/pom.xml # 构建打包使用的打包文件 build.output=fizz-bootstrap/target/*