lein assembly plugin equivalent?
- From:
- Noah Zucker
- Date:
- 2013-06-15 @ 10:56
I have a lot of experience packaging Java apps with Maven Assembly Plugin,
but it seems there's no direct equivalent for Leiningen? (Or is there?)
Is it standard to just whip up a small plugin of my own for packaging - or
am I noticing that the world moved on to Pallet / Chef / etc for
distribution of complex JVM apps that include scripts, directory structure
etc.
Or perhaps just use Maven directly after building with lein? (two step
build)