sbt文档介绍了存储库文件的基本格式。它似乎主要在http://www.scala-sbt.org/release/docs/Launcher-Configuration.html的启动器文档(适用于sbt.boot.properties
)中指定:
[repositories]
repo-name: URL, ivypattern
适用于大多数存储库。不幸的是,我有一个异常布局的存储库,我通过调用Resolver.file.ivys(patternToIvies).artifacts(patternToArtifacts)
在sbt scala代码中配置,其中两个位置略有不同。
有没有办法在repositories
文件中实现这种灵活性?我还是不愿意将异常存储库中的所有工件重新发布到一个更加理智的结构中。