Skip to content

Instantly share code, notes, and snippets.

@oxlade39
Created June 5, 2010 13:09
Show Gist options
  • Save oxlade39/426611 to your computer and use it in GitHub Desktop.
Save oxlade39/426611 to your computer and use it in GitHub Desktop.
telling sbt to use local maven repo
class Project(info: ProjectInfo) extends DefaultWebProject(info) {
val mavenLocal = "Local Maven Repository" at "file:///"+Path.userHome+"/.m2/repository"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment