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 从任何存储库下载...有没有办法从所有存储库设置下载时间?
在settings.xml中设置为“true”的离线标签在这种情况下是无能为力的。
mvn使用该标志调用-o将停止 Maven 从远程存储库下载依赖项。
mvn
-o
例如:
mvn -o install