From f8768da4188d667c663e69da4b94f3333a632b46 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sun, 14 Oct 2012 17:36:20 -0700 Subject: Comment out PGP stuff for publish-local to work --- project/SparkBuild.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'project/SparkBuild.scala') diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 0cea785f1b..a8d7b61553 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -5,7 +5,7 @@ import sbtassembly.Plugin._ import AssemblyKeys._ import twirl.sbt.TwirlPlugin._ // For Sonatype publishing -import com.jsuereth.pgp.sbtplugin.PgpKeys._ +//import com.jsuereth.pgp.sbtplugin.PgpKeys._ object SparkBuild extends Build { // Hadoop version to build against. For example, "0.20.2", "0.20.205.0", or @@ -42,7 +42,7 @@ object SparkBuild extends Build { publishMavenStyle := true, - useGpg in Global := true, + //useGpg in Global := true, pomExtra := ( http://spark-project.org/ @@ -69,6 +69,7 @@ object SparkBuild extends Build { ), +/* publishTo <<= version { (v: String) => val nexus = "https://oss.sonatype.org/" if (v.trim.endsWith("SNAPSHOT")) @@ -78,6 +79,7 @@ object SparkBuild extends Build { }, credentials += Credentials(Path.userHome / ".sbt" / "sonatype.credentials"), +*/ libraryDependencies ++= Seq( "org.eclipse.jetty" % "jetty-server" % "7.5.3.v20111011", -- cgit v1.2.3