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 similar program i
You can look to this example of pom.xml with clojure-maven-plugin & tests. By default, clojure-maven-plugin should generate test-runner automatically, as described in documentation.
And it's better to use latest version of clojure-maven-plugin - 1.3.2, in which there are several bugs were fixed