add build.cmd

This commit is contained in:
etreshenkov 2022-10-27 17:44:24 +03:00
parent 4390380893
commit 8c3771369b

2
build_without_tests.cmd Normal file
View file

@ -0,0 +1,2 @@
start mvn clean install -Dmaven.test.skip=true -P distributive
pause