Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 693 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 693 Bytes

Old version moved to 0.1

Usage

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

License

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