Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一个奇怪的问题,即 Maven 不会从我的存储库中下载最新的 jar。我认为maven会检查本地jar的sha1文件和存储库上的sha1文件,如果不同,它应该下载最新的jar。但在我的情况下它不会下载,有人可以帮忙吗?
谢谢
您可以使用 -U 标志运行 maven。这迫使 maven 也在非快照依赖项上检查新版本。