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 a tail command tail -f log_file_name in another console.