diff --git a/build.sbt b/build.sbt index ebaa46e..53c6aec 100644 --- a/build.sbt +++ b/build.sbt @@ -25,10 +25,3 @@ unmanagedResourceDirectories in Compile <+= baseDirectory / "src/main/java" // work around SBT bug unmanagedResources in Compile ~= (_.filterNot(_.isDirectory)) - -// this hackery causes publish-local to install to ~/.m2/repository instead of ~/.ivy -otherResolvers := Seq(Resolver.file("dotM2", file(Path.userHome + "/.m2/repository"))) - -publishLocalConfiguration <<= (packagedArtifacts, deliverLocal, ivyLoggingLevel) map { - (arts, _, level) => new PublishConfiguration(None, "dotM2", arts, level) -}