目前我在使用 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”的方法?