This project's purpose is to simplify the process of making Henshin available via Maven by packing the contents of the JARs in the Henshin bundle into one single JAR, and pushing that as an artifact to the public Clojars Maven repository
This project is based on the excellent Leiningen tool, which you need to install first. Furthermore, you need an account at Clojars.
Once these requirements are met, this is the procedure to create a new Henshin release and push it to Clojars.
Download the current Henshin release from the Henshin Homepage.
Adjust the version number in project.clj
to match the Henshin release.
(Please, only release stable versions. Or simply create an issue here at
github and request that I do a new release.)
Unzip it somewhere, and copy all JAR files in eclipse/plugins/
to this
project's henshin-jars
folder.
Run the do-release.zsh
script.
That will create one single JAR containing all Henshin classes (docs are not included) and upload it to clojars.
Copyright (C) 2014 Tassilo Horn
Distributed under the Eclipse Public License.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close