aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2012-10-05 20:59:31 -0700
committerPatrick Wendell <pwendell@gmail.com>2012-10-10 17:25:29 -0700
commit3ed172ea5909499ded54b49d9a9c82ce9c35943f (patch)
tree272beceb64af3fb996d049aa17805d51d94b44fa /project/plugins.sbt
parentee2fcb2ce68e01f9d6c41753bf33ccbaa5cb1181 (diff)
downloadspark-3ed172ea5909499ded54b49d9a9c82ce9c35943f.tar.gz
spark-3ed172ea5909499ded54b49d9a9c82ce9c35943f.tar.bz2
spark-3ed172ea5909499ded54b49d9a9c82ce9c35943f.zip
Adding code for publishing to Sonatype.
By default - I'm leaving this commented out. This is because there is a bug in the PGP signing plugin which causes it to active even duing a publish-local. So we'll just uncomment when we decide to publish.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 896fa4834f..36497f8eda 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,3 +11,7 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0-RC1")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
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)
+// addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")