How to create stand-alone lift web application?

jetty, lift, scala

Solution

With onejar maven plugin http://onejar-maven-plugin.googlecode.com/svn/mavensite/usage.html and maven I could package jetty and project with dependencies inside one jar.

Problem

How to make a standalone lift application? Which tools/libraries to use? How does the performance compare to using lift application as a war in some application server?

Original source