@echo off echo ----- Start ----- call %~dp0maven -q -f %1 -DskipTests=true exec:java -Dexec.mainClass="%2" -Dexec.args="%3 %4 %5 %6 %7 %8 %9" echo ----- End -----