Antmod OSGi Plugin

Allows for creation of OSGi bundles during a build. More...

Release-level Ant targets:
none

Module-level Ant targets:
osgi-createbundles Placeholder build target which gets invoked automatically during a "build" if ${antmod.osgi.createbundles.enabled.istrue} property is set. In that case, this Ant target has to be implemented in the module's "local.build.xml" file.
Events intercepted: jar-post.

Configurable properties: [...]
antmod.osgi.bundle.dir The directory where the OSGi bundle is built to. Defaults to ${antmod.module.dirs.build}/bundle.
antmod.osgi.createbundles.enabled.istrue If set, the module-level Ant target osgi-createbundles is invoked during every "build". Defaults to being unset.

Overview

Read more about OSGi here: http://www.osgi.org/.