gpt4 book ai didi

java - 是否可以加快 Maven Artifact 的下载速度?

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

不幸的是,由于 Artifact 下载,maven 初始构建非常慢
FE我尝试使用curl下载相同的jar - 它快了3倍!!!
为什么?我怎样才能加快速度?也许 Maven 有一些与 Artifact 下载速度相关的配置键?

谢谢。

最佳答案

我知道这是一个老问题,但从谷歌偶然发现。我已经安装了代理,只需要加快并发下载速度。您可以使用 mvn 选项:

-Dmaven.artifact.threads=30

来源: https://maven.apache.org/guides/mini/guide-configuring-maven.html

Configuring Parallel Artifact Resolution
By default, Maven 2.1.0+ will download up to 5 artifacts (from different groups) at once. To change the size of the thread pool, start Maven using -Dmaven.artifact.threads. For example, to only download single artifacts at a time:

mvn -Dmaven.artifact.threads=1 verify
You may wish to set this option permanently, in which case you can use the MAVEN_OPTS environment variable. For example:

export MAVEN_OPTS=-Dmaven.artifact.threads=3

关于java - 是否可以加快 Maven Artifact 的下载速度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60581200/

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