Skip to content

Commit

Permalink
Merge pull request #1024 from gerashegalov/develop
Browse files Browse the repository at this point in the history
Add default local maven repo to the resolver list
  • Loading branch information
ianoc committed Aug 29, 2014
2 parents 77680c9 + 19b640d commit bd309a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ object ScaldingBuild extends Build {
),

resolvers ++= Seq(
"Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository",
"snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
"releases" at "https://oss.sonatype.org/content/repositories/releases",
"Concurrent Maven Repo" at "http://conjars.org/repo",
Expand Down

0 comments on commit bd309a6

Please sign in to comment.