sbt-assembly
sbt-assembly copied to clipboard
Documentation request: how can I create and assemble for various profiles?
I'd like to make separate fat JARs (for development, production, etc.) with the appropriate set of configuration files copied into the JAR.
Can that be easily done, or should I write a script "around" sbt assembly that will copy in the relevant files?