Tycho 构建所需的那些快照包在哪里?

Where are those snapshot bundles required by Tycho build?

从 Git 源 (https://github.com/eclipse-cbi/p2repo-aggregator/) 构建 CBI 聚合器时,由于某些快照包要求,我总是会遇到错误。例如,

[ERROR] Internal error: java.lang.IllegalArgumentException: bundleLocation not found: /home/user/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.16.0-SNAPSHOT.jar -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalArgumentException: bundleLocation not found: /home/user/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0-SNAPSHOT/org.eclipse.emf.ecore.xmi-2.16.0-SNAPSHOT.jar
[ERROR] Internal error: java.lang.IllegalArgumentException: bundleLocation not found: /home/user/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.jar -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalArgumentException: bundleLocation not found: /home/user/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.jar

但是,在切换所有 download.eclipse.org/releases/ 个存储库后,我找不到任何提供快照包的官方 P2 存储库。
构建 Eclipse IDE 的人必须有这样的 repo 来提供快照包,但是对于局外人来说呢?

根据@howlger 所说,

https://download.eclipse.org/staging/ 是我要找的。