You are on page 1of 1

set curr_dir=%cd%

chdir /D %1

for /r %%i in (%2\*) do (


echo
***********************************************************************************
**********
echo starting automation %%~nxi
echo
***********************************************************************************
**********
mvn clean test -Dsurefire.suiteXmlFiles=%2\%%~nxi
)

chdir /D %curr_dir%

cmd /k

You might also like