
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
(SBT) How to disable default resolver and only use the company internal resolver?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
(SBT) How to disable default resolver and only use the company internal resolver?
We want to use company internal ivy/maven repository (artifactory) to improve the speed of resolv... We want to use company internal ivy/maven repository (artifactory) to improve the speed of resolving, and downloading the jar files, and also we want to use it to exchange binary jar files between different teams in our organization. I know we can force SBT to go through proxy by setting ~/.repositories with [repositories] local my-ivy-proxy-releases: http://repo.alpinenow.com/artifactory/repo/, [