apache / pekko-sbt-paradox

Theme and sbt-paradox settings used by Pekko projects
https://pekko.apache.org/
Apache License 2.0
4 stars 6 forks source link
documentation markdown paradox pekko pekko-sbt-paradox sbt themes

Pekko SBT Paradox

This plugin is intended to extend the sbt-paradox plugin with some settings along with providing the Apache Pekko theme.

It is intended as a shared doc theme for the Apache Pekko umbrella of projects, and not as a public theme to use on "any" project.

Usage

JDK 1.8 (only)

The project intentionally supports JDK 1.8 by default since its built against sbt-paradox/sbt-paradox-theme 0.9.2 so you can just include it like this

addSbtPlugin("org.apache.pekko" % "sbt-paradox-pekko" % "<version>")

NOTE: If you happen to be using sbt-paradox plugins aside from

  • sbt-web
  • sbt-paradox-apidoc
  • sbt-paradox-project-info you need to use an excludesAll statement on addSbtPlugin to remove the resolved dependencies that rely on JDK 11+, i.e. if you need to use sbt-site-paradox you would do the following
    addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll(
    "com.lightbend.paradox", "sbt-paradox"))

JDK 11+

With JDK 11 or later you need to explicitly override the sbt-paradox/sbt-paradox-theme versions to use the 10.6.x (or newer) series, i.e.

addSbtPlugin("org.apache.pekko" % "sbt-paradox-pekko" % "<version>")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.6")

Enable it instead of the upstream ParadoxPlugin:

import org.apache.pekko.PekkoParadoxPlugin

enablePlugins(PekkoParadoxPlugin)

For more settings refer to the Paradox documentation

Testing

When you have made changes to pekko-sbt-paradox, you can test it locally with:

sbt publishLocal sbtPlugin/scripted

This should show:

Pausing in /tmp/sbt_e457458e/simple
Press enter to continue.

Building from Source

Prerequisites

Running the Build

Community

There are several ways to interact with the Pekko community: