Closed hagmonk closed 4 years ago
FYI, my fork of depstar has added support for thin JAR files while maintaining the simplicity of the original API/usage https://github.com/seancorfield/depstar
See version maintained by Sean for up to date releases. https://github.com/seancorfield/depstar
... Sorry, I know this is an old PR, but doing some maintenance.
Howdy. This is kinda large for a PR, and maybe has a lot of things you'd like changed, but I thought it was ready for someone to poke at :)
I had a need for the ability to make a thin jar, as well as the ability to copy all the jar dependencies out of a classpath (building a Kafka Connector, which wants things laid out like this).
So one way to think about this is that the
jar
argument emulateslein jar
and thedeps
argument emulateslein libdir
(see lein-libdir)