GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-server/pull/834
Modular catalog.bom
This reuses each bundle's `catalog.bom` file to build global `catalog.bom`.
It replaces `karaf/init/src/main/resources/catalog-classes.bom` by
`karaf/init/src/main/resources/catalog.bom`
It avoids the duplication of bom files and keep all the metadata (title,
description, iconUrl, etc) under the same module that contains the actual Java
entity.
Those changes spans across `brooklyn-server`, `brooklyn-library` and
`brooklyn-dist`. Will link to those PRs once available.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbouron/brooklyn-server update/reuse-bom
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/834.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #834
----
commit c07484803041523d9fad6d9853f21622b27862a6
Author: Thomas Bouron <[email protected]>
Date: 2017-09-20T10:54:44Z
Reuse each bundle's catalog.bom file to build global catalog.bom
----
---