Tuesday, April 16, 2013

SBT Generate Executable JAR

Similar to Maven SBT also has a plugin called assembly which can generate executable JAR files

Plugin GitHub URL

It is easy to config it following the instruction, but I do have problem to add custom task in SBT because it dose not have phase like Maven's life cycle. After all SBT is not that simple at all.