Improve bat helpers / minor changes to logging and todo messages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
: Shortcut for quickbuild / move to plugins / run server
|
||||
|
||||
call quick_build.bat
|
||||
call move_plugin.bat
|
||||
call run_server.bat
|
||||
@@ -1,11 +1,10 @@
|
||||
: Moves the AuthMe JAR file to the plugins folder of the test server
|
||||
: You will have to hit 'Y' to really replace it if it already exists
|
||||
if "%jarfile%" == "" (
|
||||
call setvars.bat
|
||||
)
|
||||
|
||||
if exist %jarfile% (
|
||||
xcopy %jarfile% %plugins%
|
||||
xcopy %jarfile% %plugins% /y
|
||||
) else (
|
||||
echo Target file not found: '%jarfile%'
|
||||
)
|
||||
|
||||
@@ -3,4 +3,4 @@ if "%jarfile%" == "" (
|
||||
call setvars.bat
|
||||
)
|
||||
|
||||
mvn install -f "%pomfile%" -Dmaven.test.skip
|
||||
mvn install -o -f "%pomfile%" -Dmaven.test.skip
|
||||
|
||||
Reference in New Issue
Block a user