You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now logging-parent provides two knobs to overwrite BND's generated OSGi package imports and JPMS module requirements:
<bnd-extra-package-options> allows to overwrite OSGi Import-Package statements,
<bnd-extra-module-options> allows to overwrite JPMS module requirements.
However these macros appear last in the definition of -jpms-module-info-options, which prevents child POMs from redefining the keys (like org.apache.logging.log4j) that are already defined in logging-parent.
The text was updated successfully, but these errors were encountered:
Right now
logging-parent
provides two knobs to overwrite BND's generated OSGi package imports and JPMS module requirements:<bnd-extra-package-options>
allows to overwrite OSGiImport-Package
statements,<bnd-extra-module-options>
allows to overwrite JPMS module requirements.However these macros appear last in the definition of
-jpms-module-info-options
, which prevents child POMs from redefining the keys (likeorg.apache.logging.log4j
) that are already defined inlogging-parent
.The text was updated successfully, but these errors were encountered: