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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -