From db363cb3a89a8edc99f9011a4540cac8a4b271b8 Mon Sep 17 00:00:00 2001 From: mozhenghua Date: Mon, 23 Sep 2024 13:35:56 +0800 Subject: [PATCH] change maven execute phase to deploy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1730cc50bd47..b833ac481ba1 100644 --- a/install.sh +++ b/install.sh @@ -1,2 +1,2 @@ -mvn install -Ptis-repo -pl dolphinscheduler-api,dolphinscheduler-bom \ +mvn deploy -Ptis-repo -pl dolphinscheduler-api,dolphinscheduler-bom \ -am -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dspotless.check.skip=true -Dmaven-remote-resources-plugin.skip=true \ No newline at end of file