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-connectors.git


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

commit 79cae064721908ee53455470e61d8dd477549d89
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 12:46:52 2023 +0200

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

diff --git a/build.sbt b/build.sbt
index fe49444b5..7ea09829e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,7 @@
 ThisBuild / resolvers += "Apache Nexus 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";)
 ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-connectors"
 
 lazy val `pekko-connectors` = project
   .in(file("."))
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 90ca88778..2f5583e25 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,6 +3,7 @@ resolvers += "Apache Nexus 
Snapshots".at("https://repository.apache.org/content/
 addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
 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")
 // discipline
 addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")


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

Reply via email to