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 cc922b3 Make sbt project ids/names consistent with Pekko projects
cc922b3 is described below
commit cc922b34db2b6d8160e183b648c6c911a448ba75
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 3 10:27:25 2023 +0100
Make sbt project ids/names consistent with Pekko projects
---
build.sbt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 5da0507..d804c2e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -35,6 +35,7 @@ lazy val root = project
leaseKubernetesIntTest,
docs)
.settings(
+ name := "pekko-management-root",
GlobalScope / parallelExecution := false,
publish / skip := true)
@@ -252,7 +253,7 @@ lazy val docs = project
.enablePlugins(AkkaParadoxPlugin, ParadoxSitePlugin, PreprocessPlugin,
PublishRsyncPlugin)
.disablePlugins(MimaPlugin)
.settings(
- name := "Apache Pekko Management",
+ name := "pekko-management-docs",
publish / skip := true,
makeSite := makeSite.dependsOn(LocalRootProject / ScalaUnidoc / doc).value,
Preprocess / siteSubdirName := s"api/pekko-management/${if
(isSnapshot.value) "snapshot" else version.value}",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]