gpt4 book ai didi

maven - 将 Maven 输出发送到文件

转载 作者:行者123 更新时间:2023-12-03 05:56:00 25 4
gpt4 key购买 nike

在 Windows 7 上,我尝试将 ma​​ven-3 命令的输出发送到文本文件。

我从我尝试分析的项目的根目录调用该命令。

命令是:

mvn dependency:tree -Dverbose -Dincludes=commons-collections -DoutputFile=C:\Users\myname\Documents\output.txt

当我运行不带 outputFile 参数的命令时,我会看到发送到控制台的输出。

但是当我将其与 outputFile 参数一起使用时,输出文件为空。

知道我在这里缺少什么吗?

最佳答案

尝试mvn -help

 -l,--log-file <arg>  Log file to where all build output will go.                               

mvn <your parameters> --log-file log.txt

关于maven - 将 Maven 输出发送到文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9726875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com