Old version moved to 0.1
Setup SBT.
Add plugin to project in project/plugins.sbt
:
libraryDependencies <+= sbtVersion(v => "com.github.siasia" %% "xsbt-web-plugin" % (v+"-0.2.11.2"))
Inject plugin settings into project in build.sbt
:
seq(webSettings :_*)
libraryDependencies += "org.mortbay.jetty" % "jetty" % "6.1.22" % "container"
See Wiki for details
This software is distributed under modified 3-clause BSD license. See LICENSE for more information.