关于 sbt:Apache Ivy 可以处理 p2 存储库中的依赖关系吗?

Can Apache Ivy handle dependencies in p2 repositories?

我考虑使用 SBT(它使用 Ivy 解决依赖关系)来构建 Eclipse RCP 应用程序。有可能吗?


如果您可以通过标准的 ivy 解析器(此处列出:http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html)访问 p2 存储库,那么它应该是可能的。