Options index
--args
Specify an URL of a text file that contains startup options as an alternative to command line options. See details.
--autoWrap
Enables automatic wrapping of non bundled artefacts.
If a potential bundle (loaded by any scanner) has not specified at least the mandatory OSGi headers (Bundle-SymbolicName at time of this writing) the artefact is piped through an "wrap:<artefact>" wrap handler call which will lead into wrapping the artefact with standard bnd wrapping behaviour.
This option is only available starting with release 0.18.0 of Pax Runner.
--bcp/a and --bcp/p
Specify managed jars available in the boot classpath. See details.
--bootDelegation or --bd
Specify java packages for which the Framework must delegate class loading to the boot class path. See details.
--bundleValidation and --noBundleValidation
Enable or disable bundle validation. See details.
This option is only available starting with release 1.2.0 of Pax Runner.
--classpath or --cp
Specify unmanaged boot classpath entries. See details.
--clean
Cleanup working directory. See details.
--ee
Specify required execution environment. See details.
--executor
Specify executor to be used while starting the target platform. See details.
--globalArgs
Specify an URL of a text file that contains startup options as an alternative to command line options and arguments file specified in local arguments file, from global user arguments. If not specified a default ${user.home}/.pax/runner/runner.args will be searched. In case of any conflict, the value from local arguments file will be taken up. See details.
--javaHome
Set the Java Home to use while starting the OSGi framework. See details.
--keepOriginalUrls
Instructs pax Runner to use the original provisioning urls instead of file system cached file urls. See details.
This option is only available starting with release 0.18.0 of Pax Runner.
--log
Specify logging level for Pax Runner actions. See details.
--noArgs
Disable default option file lookup. See details.
--platform or --p
Specify the target OSGi framework to be started. See details.
The value depends on the OSGi framework you want to start: Felix, Equinox, Knopflerfish and Concierge.
--profiles
A comma separated list of profiles (sets of bundles) to be provisioned. See details.
--profilesGroupId
Specify the default maven group id that will be used for profiles GAV. See details.
This option is only available starting with release 0.18.0 of Pax Runner.
--profilesRepositories
Specify the maven repositories that will be used while resolving profiles as maven artifacts. See details.
This option is only available starting with release 0.18.0 of Pax Runner.
--skipInvalidBundles or --siv
Skip invalid OSGi bundles from provisioning. See details.
This option is only available starting with release 1.2.0 of Pax Runner.
--snapshot or --s
Specify that you want to start the latest snapshot (not released) version of the target framework. The actual version depends on the OSGi framework you want to start: Felix, Equinox, Knopflerfish
This option is only available starting with release 0.18.0 of Pax Runner.