Comment out PGP stuff for publish-local to work
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 0cea785..a8d7b61 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -5,7 +5,7 @@
 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 @@
 
     publishMavenStyle := true,
 
-    useGpg in Global := true,
+    //useGpg in Global := true,
 
     pomExtra := (
       <url>http://spark-project.org/</url>
@@ -69,6 +69,7 @@
       </developers>
     ),
 
+/*
     publishTo <<= version { (v: String) =>
       val nexus = "https://oss.sonatype.org/"
       if (v.trim.endsWith("SNAPSHOT"))
@@ -78,6 +79,7 @@
     },
 
     credentials += Credentials(Path.userHome / ".sbt" / "sonatype.credentials"),
+*/
 
     libraryDependencies ++= Seq(
       "org.eclipse.jetty" % "jetty-server" % "7.5.3.v20111011",
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 0e7d200..4d0e696 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -13,6 +13,6 @@
 addSbtPlugin("cc.spray" %% "sbt-twirl" % "0.5.2")
 
 // For Sonatype publishing
-resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
+//resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
 
-addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")
+//addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")