if I enable eith the clojure-couchdb or swank-clojure then lein deps fails because org.apache.maven:super-pom:jar:2.0 is missing
lein deps
:dependencies [[org.clojure/clojure "1.1.0-master-SNAPSHOT"] ...
I am new at Maven and even newer at Clojure. As an exercise to learn the language, I am writing a spider solitaire player program. I also plan on writing a ...
I have the following contents in src/main/clojure/za/co/pb/maven_test/test.clj file:
src/main/clojure/za/co/pb/maven_test/test.clj
(ns za.co.pb.maven-test.test (:gen-class)) (defn -main [] (println "Hello world!"))