Skip to content

Web app support plugin for XSbt using Jetty Web Server

License

Notifications You must be signed in to change notification settings

laogao/xsbt-web-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"))

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.

About

Web app support plugin for XSbt using Jetty Web Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published