Skip to content

Instantly share code, notes, and snippets.

@rwillig
Last active August 29, 2015 14:16
Show Gist options
  • Save rwillig/02d600fceeb9705667c4 to your computer and use it in GitHub Desktop.
Save rwillig/02d600fceeb9705667c4 to your computer and use it in GitHub Desktop.
(deftask build-tomcat
"build tomcat package"
[]
(set-env! :target-path "target")
(comp
(prod)
(web)
(uber :as-jars true)
(war)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment