[SUREFIRE-1937] [SUREFIRE-1938] [SUREFIRE-1980] [SUREFIRE-1981] by Tibor17 · Pull Request #444 · apache/maven-surefire (original) (raw)

@slawekjaranowski
I am sure because I can see the logs, code and we developers are great in analysis and investigation. Yes, many devs just say, there is a bug but they do not see any log, any files, any analysis, nothing. And it happens many times and in many companies and that's really pity. Of course I am testing every commit on my side.
This issue was very simple to understand, the maven-shared-utils has CLI API which is platform specific and escapes the CLI arguments, especially on *Nix systems, more specifically classes BourneShell and CmdShell and that's the reason why my local tests passed on Windows.