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 to add a binary tee.exe to the source tree.
相关问题
- I want to trace logs using a Macro multi parameter
- Error message 'No handlers could be found for
- convert logback.xml to log4j.properties
- Django management command doesn't show logging
- Include pom.xml in Jar with gradle
相关文章
- IDEA2020 安装maven 插件后,springboot程序 SpringBootApplic
- pom文件中的插件定义
- pom.xml中的project为何报红
- how do I log requests and responses for debugging
- Hibernate Tutorial - Where to put Mapping File?
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- Android Studio doesn't display logs by package
- New Maven install: mvn -version java.lang.ClassNot
Maven 3 command output can be redirected now. See the below command on windows:
This will redirect the command output to test.log file ,located in the current directory.