[ 
https://issues.apache.org/jira/browse/MNG-5963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131256#comment-15131256
 ] 

Hudson commented on MNG-5963:
-----------------------------

SUCCESS: Integrated in maven-3.x #1211 (See 
[https://builds.apache.org/job/maven-3.x/1211/])
[MNG-5963] mvn.cmd does not return ERROR_CODE (michaelo: rev 
314b174e768ac7223fe4ef61b7256376a09e49d1)
* apache-maven/src/bin/mvn.cmd


> mvn.cmd does not return ERROR_CODE
> ----------------------------------
>
>                 Key: MNG-5963
>                 URL: https://issues.apache.org/jira/browse/MNG-5963
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.3.9
>         Environment: Windows 10
>            Reporter: Larry Singer
>            Assignee: Michael Osipov
>             Fix For: 3.4.0
>
>
> mvn.cmd does not return an ERROR_CODE value to an enclosing script in 
> WIndows. Running this script:
> @ECHO OFF
> CALL mvn clean install
> echo "%ERROR_CODE%"
> Now shows "". Previously it showed "0" for success and "1" for error.
> It appears that there is an @endlocal missing. A possible fix is to add 
> @endlocal & set ERROR_CODE=%ERROR_CODE%
> before 
> exit /B %ERROR_CODE%



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to