Theory In Practice

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-source and add-test-source which will include your clojure sources in the -sources.jar and -test-sources.jar respectively when doing releases. These goals have been added to the default clojure packaging lifecycle.
  • The clojure packaging lifecycle has been changed to report java as it’s language, allowing plugins such as javadoc and emma to run.
  • Support for Cosmin’s iClojure REPL replacement – simply include iclojure as a dependency.

Recent comments

Blog comments powered by Disqus