Skip to content

Instantly share code, notes, and snippets.

@cranst0n
Created March 15, 2016 18:44
Show Gist options
  • Save cranst0n/a6ab196e72119a9c672e to your computer and use it in GitHub Desktop.
Save cranst0n/a6ab196e72119a9c672e to your computer and use it in GitHub Desktop.
Sample repositories file to get SBT working with Artifactory
# 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