Skip to content

Instantly share code, notes, and snippets.

@techwhizbang
Created June 18, 2014 21:26
Show Gist options
  • Save techwhizbang/1d602800b770dec11421 to your computer and use it in GitHub Desktop.
Save techwhizbang/1d602800b770dec11421 to your computer and use it in GitHub Desktop.
{:user {:compile-path ".out/",
:target-path ".dist/",
:clean-targets [:target-path :compile-path],
:mirrors {#".+" {:url "https://artifactory/repo"
:username ~(System/getenv "username")
:password ~(System/getenv "password")}},
:deploy-repositories [["releases" {:url "https://artifactory/artifactory-local"
:username ~(System/getenv "username")
:password ~(System/getenv "password")
:sign-releases false}]
["snapshots" {:url "https://artifactory/artifactory-local"
:username ~(System/getenv "username")
:password ~(System/getenv "password")
:sign-releases false}]]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment