Skip to content

Instantly share code, notes, and snippets.

@cpoile
Created May 10, 2012 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpoile/2654401 to your computer and use it in GitHub Desktop.
Save cpoile/2654401 to your computer and use it in GitHub Desktop.
Vaadin plugins.sbt file
// xsbt-web-plugin
resolvers += "Web plugin repo" at "http://siasia.github.com/maven2"
resolvers += "Jawsy.fi M2 releases" at "http://oss.jawsy.fi/maven2/releases"
libraryDependencies <+= sbtVersion(v => "com.github.siasia" %% "xsbt-web-plugin" % (v+"-0.2.11"))
// sbt idea
resolvers += "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
// JREBEL
resolvers += "Jawsy.fi M2 releases" at "http://oss.jawsy.fi/maven2/releases"
addSbtPlugin("fi.jawsy.sbtplugins" %% "sbt-jrebel-plugin" % "0.9.0")
// GWT compiler
resolvers += "GWT plugin repo" at "http://thunderklaus.github.com/maven"
addSbtPlugin("net.thunderklaus" % "sbt-gwt-plugin" % "1.1-SNAPSHOT")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment