In Apache Jackrabbit Oak project the various modules are configured as
OSGi bundles. Same jars are also meant to be used in non OSGi
environment also. As OSGi related logic would not be used in such env
we need to mark such dependencies (say OSGi Core and Compedium jars)
as optional. However due to this the maven-bundle-plugin marks such
packages (org.osgi.framework) as optional which is not desirable.

Is there a way to disable this behaviour i.e. marking the packages
from optional dependencies as optional globally and instead allow one
to explicitly define the packages which are meant to be optional?

Chetan Mehrotra

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to