gpt4 book ai didi

Maven 版本被忽略了 includesList

转载 作者:行者123 更新时间:2023-12-04 18:09:32 26 4
gpt4 key购买 nike

运行版本时:use-latest-versions,它似乎忽略了我在命令行上指定的包含列表并尝试更新所有依赖项。

mvn versions:use-latest-versions -DincludesList=com.mycompay.common:\* -DexcludeReactor=false  -DallowSnapshots=true -DallowMinorUpdates=true

我在文档中可以找到的所有内容都让我相信,指定包含意味着排除所有其他内容。我没有正确选择这个吗?

最佳答案

参数为includes不是 includesList所以试试这个:(根据文档 here)

mvn versions:use-latest-versions -Dincludes=com.mycompay.common:* -DexcludeReactor=false  -DallowSnapshots=true -DallowMinorUpdates=true

关于Maven 版本被忽略了 includesList,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17879183/

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