Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
/ xsbt-web-plugin Public archive
forked from earldouglas/sbt-war

Web app support plugin for XSbt using Jetty Web Server

License

Notifications You must be signed in to change notification settings

mDialog/xsbt-web-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 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.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.

About

Web app support plugin for XSbt using Jetty Web Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.1%
  • Shell 0.9%