有谁知道如何在 Maven 设置文件或依赖插件中 控制镜像的超时设置?
我看到我可以修改服务器的超时设置,但不能修改存储库或镜像。
问题
自从将 nexus oss 从 1.8.0 升级到 2.3x 并迁移到 VM 后,我看到了间歇性的超时问题,并且在 nexus 调试日志中没有任何用处。我想我有两个选择:提高 nexus 服务器性能或配置 maven 设置以等待更长时间的工件。
我看不出与我的服务器有多大关系,所以我正在研究 maven 方面。
依赖解决的 Maven 错误
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project foo:
from/to snapshots (http://mycorp.com/nexus/content/repositories/snapshots): Error transferring file: Read timed out -> [Help 1]
如果您知道配置 maven 的 wagon 等以放松其超时,请告诉我。