mirror of https://github.com/sbt/sbt.git
use launcher repositories for update-sbt-classifiers. fixes #88
This commit is contained in:
parent
c766412885
commit
987dc0f3ba
|
|
@ -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) =
|
||||
|
|
|
|||
Loading…
Reference in New Issue