Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langxml
<features>
  <feature name="nmr"> version="1.0.0>
    <bundle>mvn:org.apache.servicemix.document/org.apache.servicemix.document/1.0.0-m2<0</bundle>
    <bundle>mvn:org.apache.servicemix.nmr/org.apache.servicemix.nmr.api/1.0.0-m2<0</bundle>
    <bundle>mvn:org.apache.servicemix.nmr/org.apache.servicemix.nmr.core/1.0.0-m2<0</bundle>
    <bundle>mvn:org.apache.servicemix.nmr/org.apache.servicemix.nmr.osgi/1.0.0-m2<0</bundle>
    <bundle>mvn:org.apache.servicemix.nmr/org.apache.servicemix.nmr.spring/1.0.0-m2<0</bundle>
    <bundle>mvn:org.apache.servicemix.nmr/org.apache.servicemix.nmr.commands/1.0.0-m2<0</bundle>
    <bundle>mvn:org.apache.servicemix.nmr/org.apache.servicemix.nmr.management/1.0.0-m2<0</bundle>
  </feature>
</features>

...

The following commands can be used to manage the list of descriptors known by ServiceMix Kernel. They use URLs pointing to features descriptors. These URLs can use any protocol known to the ServiceMix Kernel, the most common ones being http, file and mvn.

Code Block
features /addUrl      Add a list of repository URLs to the features service
features /removeUrl   Remove a list of repository URLs from the features service
features /listUrl     Display the repository URLs currently associated with the features service.
features /refreshUrl  Reload the repositories to obtain a fresh list of features

...

Features management

Code Block
features /install
features /uninstall
features /list

Examples

Code Block
features /addUrl mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0-m2/xml/features
features /install nmr

Service configuration

...