Skip to content

Commit

Permalink
Add Codox, mailing list information
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 18, 2012
1 parent 48b9855 commit b822bf4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project.clj
Expand Up @@ -44,4 +44,10 @@
"sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots"
:snapshots true
:releases {:checksum :fail :update :always}}}
:warn-on-reflection true)
:warn-on-reflection true
:mailing-list {:name "clojure-riak"
:archive "https://groups.google.com/group/clojure-riak"
:post "clojure-riak@googlegroups.com"}
:plugins [[codox "0.6.1"]]
:codox {:sources ["src/clojure"]
:output-dir "doc/api"})

0 comments on commit b822bf4

Please sign in to comment.