/xsbt-web-plugin

Web app support plugin for XSbt using Jetty Web Server

Primary LanguageScalaOtherNOASSERTION

Build Status

Usage

Setup SBT.

Add plugin to project in project/plugins.sbt:

libraryDependencies <+= sbtVersion(v => "com.github.siasia" %% "xsbt-web-plugin" % (v+"-0.2.11"))

Inject plugin settings into project in build.sbt:

seq(webSettings :_*)

libraryDependencies += "org.mortbay.jetty" % "jetty" % "6.1.22" % "container"

See Wiki for details.

License

This software is distributed under modified 3-clause BSD license. See LICENSE for more information.