Add maven

This commit is contained in:
Ceikry
2022-05-31 02:51:22 +00:00
parent 0b0fc5271d
commit 185496e561
37 changed files with 1450 additions and 522 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
cd Management-Server
if NOT exist DoNotCreateThisFile.txt (
.\mvnw.cmd package -DskipTests
xcopy /Y target\*-with-dependencies.jar ms.jar*
java -jar ms.jar
)