tree: 131a99b8546398326b58ef47fba59ab7c53687bc [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
features/README.md

Builds the feature for all Brooklyn UI items and installs into mvn.

Install into OSGi via the Karaf shell; after building and installing to a mvn repo, run the commands:

  • feature:repo-add mvn:org.apache.brooklyn.ui/brooklyn-ui-features/${project.version}/xml/features
  • feature:install -r brooklyn-ui

Note the need to -r to prevent bundle refresh, otherwise Karaf goes a little crazy trying to refresh and stop an odd set of other bundles in most cases.

Note that feature:uninstall doesn't normally do much, we think because these are boot features.

If you are just rebuilding WARs see the README in ui-modules.