clojure-maven-plugin 1.3.9 released.
Thank’s to some small, but super awesome pull requests from Cosmin Stejerean I just released version 1.3.9 of the clojure-maven-plugin which should be hitting Maven Central shortly:
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.9</version>
<extensions>true</extensions>
</plugin>
Changes:
- Two new goals:
add-sourceandadd-test-sourcewhich will include your clojure sources in the-sources.jarand-test-sources.jarrespectively when doing releases. These goals have been added to the defaultclojurepackaging lifecycle. - The
clojurepackaging lifecycle has been changed to reportjavaas it’s language, allowing plugins such asjavadocandemmato run. - Support for Cosmin’s iClojure REPL replacement – simply include
iclojureas a dependency.