From 8c3771369b14ac95ddbb7cf51c43abd70dd738f2 Mon Sep 17 00:00:00 2001 From: etreshenkov Date: Thu, 27 Oct 2022 17:44:24 +0300 Subject: [PATCH] add build.cmd --- build_without_tests.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build_without_tests.cmd diff --git a/build_without_tests.cmd b/build_without_tests.cmd new file mode 100644 index 000000000..6f7ba14e0 --- /dev/null +++ b/build_without_tests.cmd @@ -0,0 +1,2 @@ +start mvn clean install -Dmaven.test.skip=true -P distributive +pause