[MNG-5963] mvn.cmd does not return ERROR_CODE

This commit is contained in:
Michael Osipov 2016-02-03 23:13:55 +01:00
parent 842b07be97
commit 1bc69ff93e
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
set ERROR_CODE=0
@REM To isolate internal variables from possible post scripts, we use another setlocal
@setlocal
@REM ==== START VALIDATION ====
if not "%JAVA_HOME%" == "" goto OkJHome