set sonatype profile name for publishing (#30306)

This commit is contained in:
Arnout Engelen 2021-06-09 15:20:42 +02:00 committed by GitHub
parent d83cda8f56
commit ceac670501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ import sbt.Keys._
import java.io.File import java.io.File
import sbtwhitesource.WhiteSourcePlugin.autoImport.whitesourceIgnore import sbtwhitesource.WhiteSourcePlugin.autoImport.whitesourceIgnore
import com.lightbend.sbt.publishrsync.PublishRsyncPlugin.autoImport.publishRsyncHost import com.lightbend.sbt.publishrsync.PublishRsyncPlugin.autoImport.publishRsyncHost
import xerial.sbt.Sonatype.autoImport.sonatypeProfileName
object Publish extends AutoPlugin { object Publish extends AutoPlugin {
@ -22,6 +23,7 @@ object Publish extends AutoPlugin {
credentials ++= akkaCredentials, credentials ++= akkaCredentials,
organizationName := "Lightbend Inc.", organizationName := "Lightbend Inc.",
organizationHomepage := Some(url("https://www.lightbend.com")), organizationHomepage := Some(url("https://www.lightbend.com")),
sonatypeProfileName := "com.typesafe",
startYear := Some(2009), startYear := Some(2009),
developers := List( developers := List(
Developer( Developer(