From 747c4f61abed135a91b3d94b745b143cb37a2096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Tue, 25 Sep 2018 17:39:50 -0400 Subject: [PATCH] Add back mistakenly removed sonatype profile setting --- project/Common.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project/Common.scala b/project/Common.scala index db364462..e646dbbf 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -19,6 +19,7 @@ import sbt.Keys._ import de.heikoseeberger.sbtheader.{ CommentStyle, FileType, License, HeaderPlugin, AutomateHeaderPlugin } import com.typesafe.sbt.SbtScalariform.ScalariformKeys import scalariform.formatter.preferences._ +import xerial.sbt.Sonatype.SonatypeKeys /** * Common sbt settings — automatically added to all projects. @@ -62,7 +63,8 @@ object Common extends AutoPlugin { FileType.java -> CommentStyle.cStyleBlockComment, FileType.conf -> CommentStyle.hashLineComment ), - HeaderPlugin.autoImport.headerLicense := Some(License.Custom(licenseText)) + HeaderPlugin.autoImport.headerLicense := Some(License.Custom(licenseText)), + SonatypeKeys.sonatypeProfileName := "com.lightbend" ) val licenseText: String = {