Created
March 15, 2016 18:44
-
-
Save cranst0n/a6ab196e72119a9c672e to your computer and use it in GitHub Desktop.
Sample repositories file to get SBT working with Artifactory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use '-Dsbt.override.build.repos=true' and '-Dsbt.repository.config=repositories' flags when firing up SBT | |
[repositories] | |
local | |
ivy-proxy: http://192.168.2.107:8081/artifactory/repo/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext] | |
maven-proxy: http://192.168.2.107:8081/artifactory/repo/ | |
sbt-plugins-proxy: http://192.168.2.107:8081/artifactory/repo/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment