GitHub user Graeme-Miller opened a pull request:
https://github.com/apache/brooklyn-library/pull/136
Fix Library Feature File
**Issue**
When building Brooklyn karaf, brooklyn-library-catalog is not included in
the system folder. This means that on startup Karaf goes to a remote repository
(sonatype) or local maven cache to retrieve it. A separate PR will be created
to stop Brooklyn from using remote repos.
**Fix**
Update the feature brooklyn-library-all such that it contains a reference
to the brooklyn-library-catalog bundle. This means that when building Brooklyn,
brooklyn-library-catalog is included in the systems folder.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Graeme-Miller/brooklyn-library
add_brooklyn_lib_to_feature
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-library/pull/136.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 #136
----
commit 4e9f0c80a62e5ba2c62cacf1cd4a23ef7eb804d3
Author: graeme.miller <[email protected]>
Date: 2017-11-01T11:36:06Z
add org.apache.brooklyn/brooklyn-library-catalog to the feature file
----
---