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
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
cd Management-Server
sh mvnw package
mv target/*with-dependencies.jar ms.jar
echo "Jar built and moved to Management-Server/ms.jar"