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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -