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