From 6f6e12bad651da9d659611f01f0fb2d5add91f41 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 8 Sep 2014 09:56:55 +0200 Subject: Go back to bintray publishing as we are now included in the official sbt plugins repo Revert "change to sonatype publishing for now and change organization to "net.virtual-void" for simpler administration" This reverts commit 899fe41f1ebcab6d695618c29933888202c8225c. Conflicts: README.md --- publish.sbt | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'publish.sbt') diff --git a/publish.sbt b/publish.sbt index 86c48bd..8a93f23 100644 --- a/publish.sbt +++ b/publish.sbt @@ -1,18 +1,7 @@ -publishTo <<= version { v: String => - val nexus = "https://oss.sonatype.org/" - if (v.trim.endsWith("SNAPSHOT")) Some("snapshots" at nexus + "content/repositories/snapshots") - else Some("releases" at nexus + "service/local/staging/deploy/maven2") -} +publishMavenStyle := false -publishMavenStyle := true +bintraySettings -publishArtifact in Test := false +bintray.Keys.repository := "sbt-plugins" -pomIncludeRepository := { _ => false } - -pomExtra := - Helpers.generatePomExtra("git@github.com:sbt/sbt-boilerplate.git", - "scm:git:git@github.com:sbt/sbt-boilerplate.git", - "jrudolph", "Johannes Rudolph") - -useGpg := true +bintray.Keys.bintrayOrganization in bintray.Keys.bintray := None \ No newline at end of file -- cgit v1.2.3