organization in ThisBuild := "io.crashbox" publishTo in ThisBuild := { if (version.value.contains("SNAPSHOT")) Some( "snapshots" at "https://oss.sonatype.org/content/repositories/snapshots") else Some( "releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2") } publishArtifact in Test in ThisBuild := false licenses in ThisBuild := Seq( "GPL 3.0" -> url("http://www.gnu.org/licenses/gpl-3.0.en.html")) homepage in ThisBuild := Some(url("http://github.com/jodersky/crashbox")) pomExtra in ThisBuild := { git@github.com:jodersky/crashbox.git scm:git:git@github.com:jodersky/crashbox.git jodersky Jakob Odersky }