Skip to content

Commit

Permalink
[MNG-5815] "mvn.cmd" does not indicate failure properly when using "&&"
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jan 29, 2017
1 parent ca43030 commit fe58646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache-maven/src/bin/mvn.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ if "%MAVEN_BATCH_PAUSE%" == "on" pause

if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%

exit /B %ERROR_CODE%
cmd /C exit /B %ERROR_CODE%

0 comments on commit fe58646

Please sign in to comment.