From 3ed172ea5909499ded54b49d9a9c82ce9c35943f Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Fri, 5 Oct 2012 20:59:31 -0700 Subject: 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. --- project/plugins.sbt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project/plugins.sbt') 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") -- cgit v1.2.3