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.
我的 Pom 中有 4 个快照依赖项,我想强制仅从本地存储库中始终查看 1 个依赖项。是否可以仅在该依赖项中定义它应该从本地获取?
-o通过传递switch强制 maven 在离线模式下运行
-o
如果有可用的依赖项的时间戳版本,您可以使用versions-maven-plugin将快照锁定到该特定版本。