-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
See comment from Ronny CAM-1538
- When you look at the pom.xml in the engine-osgi module you'll find the configuration for the maven-bundle-plugin, which includes all the variables e.g. ${camunda.osgi.export}
- The engine module declares its variables but lacks this configuration.
- I guess the best thing to do would be to move the configuration from the engine-osgi module to the root pom
First attempt:
https://github.com/camunda/camunda-bpm-platform/pull/48
And unfortunately I can't assign this issue to myself