Skip to content

Instantly share code, notes, and snippets.

@dbuschman7
Created May 7, 2015 06:48
Show Gist options
  • Save dbuschman7/45f18f6030444ed638ab to your computer and use it in GitHub Desktop.
Save dbuschman7/45f18f6030444ed638ab to your computer and use it in GitHub Desktop.
Global sbt
~/.sbt/0.13/global.sbt
import EclipseKeys._
net.virtualvoid.sbt.graph.Plugin.graphSettings
shellPrompt := { s => Project.extract(s).currentProject.id + " > " }
EclipseKeys.createSrc := EclipseCreateSrc.Default + EclipseCreateSrc.Managed
withSource := true
addCommandAlias("cc", "; clean ; cleanFiles ; test:compile ; it:compile")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment