use launcher repositories for update-sbt-classifiers. fixes #88

This commit is contained in:
Mark Harrah 2011-07-19 21:29:05 -04:00
parent c766412885
commit 987dc0f3ba
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ object Resolver
def mavenStyleBasePattern = "[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
def localBasePattern = "[organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]"
def mavenLocal = MavenRepository("Maven2 Local", (new File(Path.userHome, ".m2/repository/")).toURI.toURL.toExternalForm)
def defaultLocal = defaultUserFileRepository("local")
def defaultShared = defaultUserFileRepository("shared")
def defaultUserFileRepository(id: String) =