I'm trying to create a single package which contains a fat.jar using sbt-assembly and After pack this with some external files present into my resources in a single file named .tar.gz, do you have some tips?
I tried Universal:packageZipTarball but I don't understand how specify the structure files I want to get. I have created the fat.jar yet but I'm still missing the next step.