Thanks, Maik, I'll try to tune my uberjar using this option!
вторник, 8 октября 2013 г., 23:11:32 UTC+3 пользователь Maik Schünemann
написал:
>
> You can use a regex to exclude files from uberjars,
> see the leiningen sample file and the :uberjar-exclusions key
> ;; Files with names matching a
You can use a regex to exclude files from uberjars,
see the leiningen sample file and the :uberjar-exclusions key
;; Files with names matching any of these patterns will be excluded from jars.
:jar-exclusions [#"(?:^|/).svn/"]
;; Same thing, but for uberjars.
:uberjar-exclusions [#"META-INF/