Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/507#discussion_r95625756
--- Diff: karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---
@@ -44,6 +44,7 @@ limitations under the License.
<cm:property name="persistPeriod" value="1s" />
<cm:property name="globalBrooklynPropertiesFile"
value="~/.brooklyn/brooklyn.properties" />
<cm:property name="localBrooklynPropertiesFile" value="" />
<!-- used to be settable through cli params -->
+ <cm:property name="default.catalog.location"
value="etc/default.catalog.bom" />
--- End diff --
But it still relies on relative path? Would it makes sense to prefix with
`${karaf.etc}`? Could see the etc folder relocated for rpm/deb?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---