sbtでJettyを動かしたのでメモ。Jetty自体もMavenではなくsbtでいれるようにする。以下のプラグインを使う。 JamesEarlDouglas/xsbt-web-plugin https://github.com/JamesEarlDouglas/xsbt-web-plugin このプラグインを利用したサンプルアプリケーションがあるので、これを参照しつつ設定する。 JamesEarlDouglas/xwp-template https://github.com/JamesEarlDouglas/xwp-template 今回の環境は以下のとおり。 OSX Mountain Lion 10.8.4 Scala 2.10.2 sbt 0.12.4 まずはプロジェクトのbuild.sbt name := "jetty-servlet-scala" version := "0.0.1