Maven Repository代理第三方仓库,这会产生流量吗?
我们有一个公共 Sonatype Nexus Maven Repository
,它是多个第三方存储库(例如 JBOSS 或 Scala-Repo)的代理。
下载位于代理存储库(例如 JBOSS)之一的工件是否会在运行我们的存储库的服务器上产生流量?
We have a public Sonatype Nexus Maven Repository
which is a proxy for several third-party repositories, such as JBOSS or the Scala-Repo.
Does the downloading of artifacts which are located in one of the proxied repositories (JBOSS for example) produce traffic on the sever which runs our repository?
以下是发布的工件会发生的情况(快照将涉及更多检查):
因此,客户端计算机和 Nexus 之间以及 Nexus 和第三方存储库之间可能存在流量。如果这不能回答问题,请澄清。
Here is what happens for released artifacts (SNAPSHOT would involve more checks):
So, there is potentially traffic between the client machine and Nexus and there is potentially traffic between Nexus and a third-party repository. If this doesn't answer the question, please clarify.