Fork me on GitHub
#leiningen
<
2017-09-28
>
nwjsmith15:09:15

Hi! Does anyone here do the following? 1. Build a production uberjar (`myapp-standalone.jar`) 2. Build an executable jar containing tests (`myapp-tests.jar`) 3. Run the tests using something like java -jar myapp-tests.jar -cp myapp-standalone.jar? 4. Ship the uberjar

nwjsmith15:09:43

If so, I would love to take a look at your project.clj