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