HDDS-2915 fixed unit/integration check result in case of Maven error. However, return code check was broken by output redirection via pipeline added in HDDS-2833 and HDDS-2960:
The return status of a pipeline is the exit status of the last command, unless the pipefail option is enabled.