Incorrect Build state with Maven2

2007-10-01 Thread Manuel.Renz
Hi, I 've tried the tipp from the FAQs, and added if %MAVEN_TERMINATE_CMD% == on exit %ERRORLEVEL% to my mvn.bat file, but it still does not recognize the return code. I had the same behaviour wit 1.0.3 , but could solve it with the above mentioned fix, but this time it does not help.

Re: Incorrect Build state with Maven2

2007-10-01 Thread Emmanuel Venisse
If you run mvn 2.0.7, you can fix it with this fixed version: http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/bin/ Emmanuel [EMAIL PROTECTED] a écrit : Hi, I 've tried the tipp from the FAQs, and added if %MAVEN_TERMINATE_CMD% == on exit %ERRORLEVEL% to