How can I suppress output of stderr to the console for unit tests?
I have some unit tests which are checking some error conditions within a third-party api. That api is throwing an exception (which we are expecting) but also writes to stderr and makes the mvn console output quite noisy. I seem to recall that in maven 1, stderr went into the test report file by default? -- Craig McDaniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
