pax-runner

Provisions and manages OSGi bundles in a runtime environment

brewmacoslinux
Try with needOr install directly
Source

About

Tool to provision OSGi bundles

Commands

pax-runner

Examples

Start an OSGi container with specified bundles$ pax-runner run --bundles=mvn:org.apache.felix/org.apache.felix.framework/5.0.0
Provision bundles from a features file$ pax-runner run --featuresBundles=file:myfeatures.xml
Run with custom working directory and specific framework$ pax-runner run --workingDirectory=/tmp/osgi --framework=felix