sbt-pack
sbt-pack copied to clipboard
Package web-assets with jar
I've got a play framework app which generates a target/scala/<module>-<vesion>-web-assets.jar
as well as the standard <module>-<version>.jar
How do I get sbt-pack to add that jar to the distribution as well? (I'm not wanting to change package/launch wrappers right now)