How to add credentials for sbt-launcher to access custom repository for bootstrap -
i'm overriding repository in sbt.boot.properties file bootstrap loads file company repository. here fragment in file:
[repositories] local typesafe-ivy-releases: https://artifactory.mycompay.com/artifactory/simple/typesafe2-ivy/, [organisation]/[module]/[revision]/[type]s/[artifact].[ext], bootonly
how should provide credentials boot time load?
Comments
Post a Comment