aboutsummaryrefslogtreecommitdiff
path: root/publish.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sbt')
-rw-r--r--publish.sbt19
1 files changed, 4 insertions, 15 deletions
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