mike10004/debian-maven-plugin

Forwarded stream output is stdout and stderr merged

Closed this issue · 1 comments

If one of the subprocesses that PackageMojo launches prints content on both standard output and standard error, then the log messages appear manged because they contain a randomish merging of the two streams.

The expected behavior is that any message printed on either stream is forwarded cleanly to the log.

Should be resolved by use of new subprocess library in v1.1.0. Reopen if observed again.