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)
I've got a play framework app which generates a
target/scala/<module>-<vesion>-web-assets.jaras well as the standard<module>-<version>.jarHow 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)