This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new 350730b  Add sbt-source-dist
350730b is described below

commit 350730b02cc2a33778f35ad1a052b23eac027b08
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 13:08:41 2023 +0200

    Add sbt-source-dist
---
 build.sbt           | 2 ++
 project/plugins.sbt | 1 +
 2 files changed, 3 insertions(+)

diff --git a/build.sbt b/build.sbt
index dcfa005..b0b6cc2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,6 +2,8 @@ import com.typesafe.sbt.packager.docker.{ Cmd, ExecCmd }
 import sbt.Keys.parallelExecution
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-management"
+
 ThisBuild / resolvers += Resolver.jcenterRepo
 ThisBuild / resolvers += "Apache 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";)
 
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e0db4a3..ed04ec6 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -9,6 +9,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
 addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % 
"3.0.2")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
 addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")
 addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to