希望你们中的一些人已经在工作流程中使用 buildr。我的问题是,您如何解决可传递的远程 Maven 依赖项?让我给你举个例子:
a-group:an-id:jar:a-version
说这取决于在范围中定义的另一个依赖项:
another-group:another-id:jar:[2.0.0,3.0.0)
似乎 buildr 无法解决这个问题。例如,我在构建中不断收到这样的错误:
RuntimeError : Failed to download com.fasterxml.jackson.core:jackson-annotations:jar:
[2.0.0,3.0.0), tried the following repositories: http://central.maven.org/maven2/