luminus-framework / lein-uberwar

plugin for packaging uberwars
Eclipse Public License 1.0
5 stars 3 forks source link

lein-uberwar

A Leiningen plugin for packaging WAR archives, split out from lein-ring

Install

Clojars Project

To use Lein-Ring, add it as a plugin to your project.clj file or your global profile:

:plugins [[lein-uberwar "<latest-version>"]]

Then add a new :uberwar key to your project.clj file that contains a map of configuration options. At minimum there must be a :handler key that references your Ring handler:

:uberwar {:handler hello-world.core/handler}

Usage

Building the WAR

To build the WAR run the following command in the console:

lein uberwar

License

Copyright © 2015 Dmitri Sotnikov

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.