Add maven
This commit is contained in:
Executable
+5
@@ -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"
|
||||
Reference in New Issue
Block a user