testing Clojure in Maven

前端 未结 4 1364
傲寒
傲寒 2021-01-04 23:24

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

4条回答
  •  -上瘾入骨i
    2021-01-05 00:04

    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

提交回复
热议问题