Hello!
I'm making a Play application for my Master's thesis (
https://github.com/blopker/Pheme) and I need to package it as a single JAR file that I can start from another program. For instance, I'd like to be able to import the JAR file and run something like Pheme.run(); from another Java application.
Now, I've been using Java for a while, but I'm new to SBT. I've found three SBT plugins that may be useful.
For each option I am able to successfully configure the plugins.sbt file so that the plugin will download. However, I cannot for the life of me get Build.scala configured correctly. I'm starting to think this can't be done with the Play framework, which is a shame because this type of deployment could be very useful.
Does anyone know how to get one of these plugins working with Play?