Skip to content

A Paradox directive to show module's transitive dependencies in the Paradox generated documentation

License

Notifications You must be signed in to change notification settings

lightbend/sbt-paradox-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-paradox-dependencies maven-central-badgegithub-actions-badge

A Paradox directive to show module's transitive dependencies in the Paradox generated documentation.

Usage

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % <latest>)

Use the directive in a Paradox markdown file and specify the sbt project id.

@@dependencies { projectId="core" }

Any project from the build root project aggregates can be specified. If the project is not among the aggregates, then it needs to be added to the paradoxDependenciesProjects setting value.

paradoxDependenciesProjects := Seq(projectA, projectB)

License

The license is Apache 2.0, see LICENSE.

Maintenance notes

This project is NOT supported under the Lightbend subscription.

Feel free to ping contributors for code review or discussions. Pull requests are very welcome–thanks in advance!