sbt web plugin: Not a valid key: jetty-run (similar: jetty-port, jetty-context, run)
问题 I'm trying to set up a scala sbt project with the lift web framework. I'm using scala 2.9.0-1 sbt 0.10.1 lift 2.3 xsbt-web-plugin 0.1.1 (which is only on scala 2.8.1, see end of question) (quite recent versions I know). I followed http://d.hatena.ne.jp/k4200/20110711/1310354698 and https://github.com/siasia/xsbt-web-plugin/blob/master/README.md to obtain the following sbt configuration files: project/build.properties sbt.version=0.10.1 project/plugins/build.sbt resolvers += "Web plugin repo"