spring-gradle-plugins / dependency-management-plugin

A Gradle plugin that provides Maven-like dependency management functionality
684 stars 85 forks source link

Provide example how a BOM can be generated from a set of module dependencies #388

Closed alexei-osipov closed 2 weeks ago

alexei-osipov commented 2 weeks ago

We use Spring Dependency Management plugin in a multi-module project and want to publish a set of effective dependencies of one modules as a BOM.

Is there any good way to do that? If so, it would be nice to add it to the plugin documentation.

wilkinsona commented 2 weeks ago

The dependency management plugin is intended to consume boms, not publish them. As such, documenting how to create and publish a bom is out of scope.