GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-library/pull/130
Modular catalog.bom
This reuses each bundle's `catalog.bom` file to build global `catalog.bom`.
It replaces `karaf/catalog/src/main/resources/library-catalog-classes.bom` by
`karaf/catalog/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-library update/reuse-bom
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-library/pull/130.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 #130
----
commit 657e7835228d530eed569d4fb18878e97aea279a
Author: Thomas Bouron <[email protected]>
Date: 2017-09-20T10:54:43Z
Reuse each bundle's catalog.bom file to build global catalog.bom
----
---