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
tee
Use :
> file-name
at the end of your mvn command to send output to a file then use something like wintail to tail the file.