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-persistence-cassandra.git


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

commit a468744cc81990e809ca594f3f1dda5ace02b8ce
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 13:12:47 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 2fc87eb..44687ca 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,8 @@
 import com.typesafe.sbt.packager.docker._
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-persistence-cassandra"
+
 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 b6b7ff8..7d3c851 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,6 +6,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
 addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.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
 addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")


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

Reply via email to