From 4b1319bde1f4c1b50c6f44b2e7ea3927b6d68e44 Mon Sep 17 00:00:00 2001 From: Michael Vitz Date: Wed, 14 Oct 2015 18:39:10 +0200 Subject: [PATCH] Change name of generated uberjar to statuses.jar Makes deployment easier and there is not much information in keeping the version number and the standalone part. --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 044b4b9..5f570ed 100644 --- a/project.clj +++ b/project.clj @@ -17,5 +17,6 @@ :uberjar {:aot [statuses.server]}} :main statuses.server :aliases {"lint" "eastwood"} + :uberjar-name "statuses.jar" :eastwood {:exclude-linters [:constant-test]})