How to log maven output to a file and without hiding console?

后端 未结 7 1227
离开以前
离开以前 2021-02-13 01:38

I want to save maven output to a file, but without loosing the output to console. Usage of tee is not an option because I run under Windows and also I do not want t

7条回答
  •  长情又很酷
    2021-02-13 02:08

    Use Powercmd. It works as like normal command prompt plus some additional features like automatically log everything on screen, multiple windows, shortcuts.

提交回复
热议问题