GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-dist/pull/107
Modular catalog.bom
This reuses each bundle's `catalog.bom` file to build global `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.
It also creates a `brooklyn-catalog` feature for Karaf for downstream
project to reuse it, if required.
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-dist update/reuse-bom
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-dist/pull/107.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 #107
----
commit 3779d9cce298cbf74d2be98702f6151a32224914
Author: Thomas Bouron <[email protected]>
Date: 2017-09-20T10:54:44Z
Reuse each bundle's catalog.bom file to build global catalog.bom
commit 4f4037ec3911ce86d711951434d7aac2411ac503
Author: Thomas Bouron <[email protected]>
Date: 2017-09-20T10:55:19Z
Update RPM and DEB packages to match new catalog.bom files structure
----
---