aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: 88e6acf4df4a8208dd6c19ba374d92f453ef22b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Main plugins
 */

// Build, package and load native libraries
addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.1")

/*
 * Utility plugins, can be disabled during plain build
 */
// Generate documentation for all sources
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")

// Generate website content
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")

// Sign published artifacts
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

// Publish to sonatype and sync with maven central
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")