Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.21.0
-
Unknown
Description
The build of OSGi manifest is broken when building camel-karaf main branch:
on project camel-core-osgi: Internal error in maven-bundle-plugin: Calc manifest failed, state= ... Unclosed group near index 12 [ERROR] \$(?:replace
The problem seems related to this commit (remove slash):
https://github.com/apache/camel/commit/82b8cf1f28252bb7fc26bfd37df6219f3fd46b37
Replacing this:
<camel.osgi.export.pkg>$${replace;{local-packages};;;;}</camel.osgi.export.pkg>
by this from previous version:
<camel.osgi.export.pkg>$${replace;{local-packages};;;\;}</camel.osgi.export.pkg>
seems to fix the problem.
May be gnodet can give more insights about this change before revert
or fixing it.
Attachments
Issue Links
- links to