org.apache.karaf.features.cfg 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ################################################################################
  2. #
  3. # Licensed to the Apache Software Foundation (ASF) under one or more
  4. # contributor license agreements. See the NOTICE file distributed with
  5. # this work for additional information regarding copyright ownership.
  6. # The ASF licenses this file to You under the Apache License, Version 2.0
  7. # (the "License"); you may not use this file except in compliance with
  8. # the License. You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing, software
  13. # distributed under the License is distributed on an "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # See the License for the specific language governing permissions and
  16. # limitations under the License.
  17. #
  18. ################################################################################
  19. #
  20. # Comma separated list of features repositories to register by default
  21. #
  22. featuresRepositories = \
  23. mvn:org.apache.karaf.features/enterprise/4.0.9/xml/features, \
  24. mvn:org.apache.karaf.features/framework/4.0.9/xml/features, \
  25. mvn:tr.org.liderahenk/lider-features/1.1/xml/features, \
  26. mvn:org.apache.karaf.features/standard/4.0.9/xml/features, \
  27. mvn:org.apache.karaf.cellar/apache-karaf-cellar/4.0.1/xml/features, \
  28. mvn:org.apache.karaf.features/spring/4.0.9/xml/features
  29. #
  30. # Comma separated list of features to install at startup
  31. #
  32. featuresBoot = \
  33. (wrap), \
  34. instance, \
  35. package, \
  36. log, \
  37. ssh, \
  38. aries-blueprint, \
  39. system, \
  40. feature, \
  41. shell, \
  42. management, \
  43. service, \
  44. lider, \
  45. jaas, \
  46. shell-compat, \
  47. deployer, \
  48. diagnostic, \
  49. aries-proxy, \
  50. bundle, \
  51. config, \
  52. kar
  53. #
  54. # Resource repositories (OBR) that the features resolver can use
  55. # to resolve requirements/capabilities
  56. #
  57. # The format of the resourceRepositories is
  58. # resourceRepositories=[xml:url|json:url],...
  59. # for Instance:
  60. #
  61. #resourceRepositories=xml:http://host/path/to/index.xml
  62. # or
  63. #resourceRepositories=json:http://host/path/to/index.json
  64. #
  65. #
  66. # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
  67. #
  68. featuresBootAsynchronous=false
  69. #
  70. # Service requirements enforcement
  71. #
  72. # By default, the feature resolver checks the service requirements/capabilities of
  73. # bundles for new features (xml schema >= 1.3.0) in order to automatically installs
  74. # the required bundles.
  75. # The following flag can have those values:
  76. # - disable: service requirements are completely ignored
  77. # - default: service requirements are ignored for old features
  78. # - enforce: service requirements are always verified
  79. #
  80. #serviceRequirements=default
  81. #
  82. # Store cfg file for config element in feature
  83. #
  84. #configCfgStore=true