AuthMe/AuthMeReloaded

View on GitHub
src/test/java/tools/bathelpers/move_plugin.bat

Summary

Maintainability
Test Coverage
: Moves the AuthMe JAR file to the plugins folder of the test server
if "%jarfile%" == "" (
  call setvars.bat
)

if exist %jarfile% (
  xcopy %jarfile% %plugins% /y
) else (
  echo Target file not found: '%jarfile%'
)