Archive 12. May 2010

alienscience's leiningen-war - interesting plugin for Leiningen, the build tool in and for Clojure. Provides commands that quickly and easily generate .war files, which can be used for deployment to the Google App Engine, for example.

hiredman's lein-gae - Documentation is practically non-existent, but it only provides a simple command that prepares the war structure for a Google AppEngine project and adjusts the project.clj. Another way to build Clojure programs for the AppEngine.

Licenser's lein-search - and a small plugin that brings the search for modules and their versions to the (Leiningen) command line.

sethtrain's beget - alternatively to leiningen-war, you could also use this base project and simply adapt it. The Google AppEngine Tools are also fetched as a dependency here.