luminus-framework/lein-uberwar

Name: lein-uberwar

Owner: luminus-framework

Description: plugin for packaging uberwars

Created: 2015-09-29 04:07:35.0

Updated: 2017-03-30 18:48:35.0

Pushed: 2016-07-25 20:12:33.0

Homepage: null

Size: 14

Language: Clojure

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

lein-uberwar

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

Install

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

:plugins [[lein-uberwar "0.2.0"]]

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.