Improve bat helpers / minor changes to logging and todo messages

This commit is contained in:
ljacqu
2016-07-02 08:38:23 +02:00
parent 73a9b5ce0c
commit 1f35ccd841
6 changed files with 10 additions and 6 deletions
@@ -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