diff --git a/src/leiningen/jar.clj b/src/leiningen/jar.clj index 4536ea4d..e0e371fb 100644 --- a/src/leiningen/jar.clj +++ b/src/leiningen/jar.clj @@ -222,7 +222,7 @@ (def whitelist-keys "Project keys which don't affect the production of the jar should be propagated to the compilation phase and not stripped out." - [:offline? :local-repo :certificates :warn-on-reflection :mirrors]) + [:offline? :local-repo :certificates :warn-on-reflection :mirrors :uberjar-name :jar-name]) (defn- retain-whitelisted-keys "Retains the whitelisted keys from the original map in the new one."