Details
Description
when running embedded maven I create an instance of EventMonitor, TransferListener and MavenEmbedderLogger.
however there's still some output that is not received through these means, but rather printoed to standard output (I suppose)
that's wrong because it prohibits custom handling of output.
one example that I found is the surefire plugin's output.. everything prepended with [surefire] is printed out wrongly..
Activity
John Casey
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.0.2 [ 12107 ] |
Jason van Zyl
made changes -
| Fix Version/s | 2.0.3 [ 12107 ] | |
| Fix Version/s | 2.1.1 [ 12292 ] |
Jason van Zyl
made changes -
| Fix Version/s | 2.0.4 [ 12294 ] | |
| Fix Version/s | 2.1.1 [ 12292 ] |
Vincent Massol
made changes -
| Workflow | Maven [ 41962 ] | Maven New [ 47823 ] |
Jason van Zyl
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
should we re-route system streams to logger, just to guard against plugins doing Bad Things again?
scanning all the current plugins, etc. may fix this issue for now, but any new plugin (or subsequent update to existing plugins) can re-break it.