Skip to content

Instantly share code, notes, and snippets.

@hlship
Created January 15, 2015 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlship/5dc0e03ee42652a48537 to your computer and use it in GitHub Desktop.
Save hlship/5dc0e03ee42652a48537 to your computer and use it in GitHub Desktop.
$ lein deploy
Wrote /Users/hlship/workspaces/annadale/rook/pom.xml
Created /Users/hlship/workspaces/annadale/rook/target/rook-0.1.23-SNAPSHOT.jar
Failed to deploy artifacts/metadata: No connector available to access repository snapshots (snapshots) of type default using the available factories FileRepositoryConnectorFactory, WagonRepositoryConnectorFactory
~/workspaces/annadale/rook
$
{:user {:plugins [[codox "0.8.10"]
[lein-pprint "1.1.1"]]}
:deploy-repositories [["snapshots" "https://mvn.annadaletech.com/nexus/content/repositories/snapshots"]]
:auth {:repository-auth
;; Annadale Nexus credentials:
{#"snapshots" {:username "deployment"
:password "...."}
#"clojars" {:username "hlship"
:password "...."}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment