I am using sbt assembly to create a library, for internal purposes.
I am publishing this jar to a local artifactory installation, and it works nicely.
However, I still haven't figured out how to add the source code to the assembly creation process, so when I import it in intellij it will also be available (for debugging, etc.)
Thanks!