我在sbt.boot.properties文件中覆盖存储库,以便引导程序从公司存储库加载文件。这是该文件中的片段:
[repositories]
local
typesafe-ivy-releases: https://artifactory.mycompay.com/artifactory/simple/typesafe2-ivy/, [organisation]/[module]/[revision]/[type]s/[artifact].[ext], bootOnly
我应该如何提供该启动时间加载的凭据?
答案 0 :(得分:0)
添加环境变量SBT_CREDENTIALS,其中包含带有凭证的文件的路径。 在我的情况下是$ HOME / .ivy2 / .credentials。 然后我可以看到
添加的凭证:Artifactory Realm@mycompany.jfrog.io joedoe / ***************
在〜/ .sbt / boot / update.log文件中。