Github user geomacy commented on the issue:
https://github.com/apache/brooklyn-server/pull/1008
Oh by the way I had to jump through a hoop or two to get Brooklyn built
with this - I was initially getting build errors from `brooklyn-ui` with this
in place; I had to rebase this PR against `master`, and even at that got a
build error as follows when building from the `brooklyn` parent:
```
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 02:07 min
[INFO] Finished at: 2018-10-21T22:09:15+01:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.karaf.tooling:karaf-maven-plugin:4.1.6:verify
(verify-brooklyn-ui-modularity-feature) on project
brooklyn-ui-modularity-features: Verification failures: Verification failures:
[ERROR] Unable to resolve framework features
[ERROR] Unable to resolve framework features
[ERROR] Unable to resolve framework features
[ERROR] -> [Help 1]
```
oddly when I did
```
cd brooklyn-ui/modularity-server/features
mvn clean install -DskipTests
```
it worked, and then when I went back to the top and resumed the original
build, that finally passed. What's that all about?
---