Skip to content

Instantly share code, notes, and snippets.

@ieure
Created April 11, 2013 23:22
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 ieure/5368034 to your computer and use it in GitHub Desktop.
Save ieure/5368034 to your computer and use it in GitHub Desktop.
$ lein install
Created /Users/ieure/Projects/simple/3p/codox/codox.core/target/codox.core-0.6.5-SNAPSHOT.jar
Wrote /Users/ieure/Projects/simple/3p/codox/codox.core/pom.xml
$ find ~/.m2 -iname \*codox\*
/Users/ieure/.m2/repository/codox
/Users/ieure/.m2/repository/codox/codox.core
/Users/ieure/.m2/repository/codox/codox.core/0.6.5-SNAPSHOT/codox.core-0.6.5-SNAPSHOT.jar
/Users/ieure/.m2/repository/codox/codox.core/0.6.5-SNAPSHOT/codox.core-0.6.5-SNAPSHOT.pom
$
$ lein deps
Could not find artifact codox:codox:jar:0.6.5-SNAPSHOT in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment