現在、sbt リゾルバーを使用してプロジェクトを見つける際に問題があります。
私は現在、自分のプロジェクトをに公開しています
https://artifacts.placeholder.io/artifactory/release-local/com/placeholder/app/placeholder-app/2.15.26/placeholder-app-2.15.26.pom
publishSettings で crossPaths := false を設定しました
ただし、これは私のリゾルバーです
artifactoryRPARelease = "Release" at "https://artifacts.placeholder.io/artifactory/release-local"
しかし、ここで公開されたプロジェクトを探しようとします
https://artifacts.placeholder.io/artifactory/release-local/com/placeholder/app/placeholder-app_2.11/2.15.26/placeholder-app_2.11-2.15.26.pom
リゾルバーがある種の crossPath = false を持つようにする方法はありますか? または、アプリ名の末尾にある scala バージョン「_2.11」を取り除く方法はありますか?