Commit 16df3de
authored
This call has severe implications (re-ties logger, and in case is invoked multiple times, causes "loop").
Make sure it happens only once, This changes does not affect mvn and mvnd (it installs own stdout/stderr), but does affects mvnsh and resident maven,
---
https://issues.apache.org/jira/browse/MNG-8582
1 parent d50b7cd commit 16df3de
File tree
1 file changed
+5
-5
lines changed- impl/maven-cli/src/main/java/org/apache/maven/cling/invoker
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 287 | | |
293 | 288 | | |
294 | 289 | | |
| |||
305 | 300 | | |
306 | 301 | | |
307 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments