You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/02/15 22:35:49 UTC

[incubator-pekko-http] branch main updated: Add sbt-source-dist

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


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

commit b1e886ed424ac253d2f77886b3dde61d4657a5ec
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Wed Feb 15 23:11:45 2023 +0100

    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 2762da6f7..a5f61f759 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,6 +10,7 @@ import sbtdynver.GitDescribeOutput
 import spray.boilerplate.BoilerplatePlugin
 import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
 
+sourceDistName := "incubator-pekko-http"
 inThisBuild(Def.settings(
   organization := "org.apache.pekko",
   apiURL := {
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c47039930..2b55850e0 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -27,6 +27,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
 addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0")
 addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.1")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
 
 // used in ValidatePullRequest to check github PR comments whether to build all subprojects
 libraryDependencies += "org.kohsuke" % "github-api" % "1.306"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org