使用 sbt 时如何覆盖 .ivy2 目录的位置?
我正在使用 xsbt 0.6.10 启动器。我希望将 ivy 文件和 jar 文件下载到不同的目录下。最好的方法是什么?
I'm using the xsbt 0.6.10 launcher. I would like the ivy files and jar files to be downloaded under a different directory. What is the best way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 sbt 0.6.12 中,可以通过覆盖
ivyCacheDirectory
来完成此操作:请参阅 0.6.11 公告 和 IvyInterface 供参考。
With sbt 0.6.12, this can be done by overriding
ivyCacheDirectory
:See 0.6.11 announcement and IvyInterface for references.