From bad8d7c4b39046dabcf5bdfc12e0f2c9c09e82a3 Mon Sep 17 00:00:00 2001 From: Ivan Porto Carrero Date: Sat, 24 Aug 2013 19:42:51 -0700 Subject: [PATCH] build.sbt edit --- build.sbt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.sbt b/build.sbt index 7eac80918d7..bcf0cd82c0a 100644 --- a/build.sbt +++ b/build.sbt @@ -55,14 +55,6 @@ publishTo <<= (version) { version: String => Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2") } -publishTo <<= (version) { version: String => - val artifactory = "https://ci.aws.wordnik.com/artifactory/m2-" - if (version.trim.endsWith("SNAPSHOT")) - Some("snapshots" at artifactory + "snapshots") - else - Some("releases" at artifactory + "releases") -} - //publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository")))