aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-12-04 00:30:11 -0800
committerJakob Odersky <jakob@odersky.com>2016-12-04 01:35:16 -0800
commit5d631ebba2829fa10b66149a8405534cd2143a0d (patch)
tree42bfed586958cddeb99840ad4e66755742d6e38b /project/plugins.sbt
parent8e42c6f340b2a35bfb5c08df116a1e88de052eb7 (diff)
downloadakka-serial-5d631ebba2829fa10b66149a8405534cd2143a0d.tar.gz
akka-serial-5d631ebba2829fa10b66149a8405534cd2143a0d.tar.bz2
akka-serial-5d631ebba2829fa10b66149a8405534cd2143a0d.zip
Refactor project to use .sbt build definitions and add continuous deployment script
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt9
1 files changed, 3 insertions, 6 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 3db4586..2ff38e5 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -14,11 +14,8 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
// Generate website content
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
+// Sign published artifacts
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
+
// Publish to sonatype and sync with maven central
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
-
-// Automate release process
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
-
-// Usually a global plugin, made explicit to work with release automation
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")