From 0a3f2e91ad29090ba22a4f74964e34b32a11e491 Mon Sep 17 00:00:00 2001 From: tndev Date: Fri, 2 Aug 2024 02:40:50 +0800 Subject: [PATCH] md --- build_local.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build_local.sh diff --git a/build_local.sh b/build_local.sh new file mode 100644 index 0000000..750510f --- /dev/null +++ b/build_local.sh @@ -0,0 +1,4 @@ +git pull +mvn clean package -Dmaven.test.skip=true +#mvn clean deploy -DskipTests -Dmaven.test.skip=true +mvn install