0

I have found this nowhere on SO or in the documentation, but I would like to create a single jar containing both the binaries and the source code. My project is a mix of Scala and Java, if it adds anything to the question.

I've found this Github project which seems interesting and might enable me to do this, but I could not manage to set it up despite of the instructions. I think it is anyway a bit overkill for my use case. Any idea ?

Dici
  • 25,226
  • 7
  • 41
  • 82
  • 3
    There is no other reasonable option but sbt-assembly. Try harder to make it work :) – Krever Sep 24 '15 at 09:15
  • 1
    There is also http://www.capsule.io/ which looks like it might be what you're after – melps Sep 24 '15 at 09:19
  • I've managed to make use of sbt-assembly although I still need to customize it since by default it does more than what I need.Thanks @melps, I'll look into that – Dici Sep 24 '15 at 09:26

0 Answers0