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


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

commit bcf0311e938467e8db0fb09a5f2098f2497b8f3a
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 13:22:03 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 fbf0618..9a0b452 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,8 @@
 import org.apache.pekko.projections.Dependencies
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-projection"
+
 ThisBuild / resolvers += "Apache Nexus 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";)
 
 lazy val core =
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 00b872c..27bb3d6 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,6 +4,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
 
 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")
 
 // Documentation
 // allow access to snapshots for pekko-sbt-paradox


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

Reply via email to