I would like sbt package
or any variant to produce a '.jar' from my project that would include also the sources ('.java' and '.scala' files).
This would be a mix of packageBin and packageSrc.
I did not:
- find any task that would do this?
- find how to adapt package task
- nor define a new task of mine to achieve this
Thanks for any hint.