-
Bug
-
Resolution: Done
-
Major
-
6.3.0, 6.4.0, 7.0.0
-
-
-
-
-
-
ER3
-
Drools compiler is not able to resolve Maven pom.xml properties inherited from parent. This bug appears in OSGI environment. It is probably caused by MinimalPomParser which is not capable to parse complex poms [1]. MinimalPomParser is used for parsing poms in kjars by BxMS Fuse integration. Reproducer can be found here [2]. To reproduce the issue run KieBlueprintImportIntegrationTest.
[1] https://github.com/droolsjbpm/drools/blob/master/drools-compiler/src/main/java/org/drools/compiler/kproject/xml/MinimalPomParser.java#L50
[2] https://github.com/jiripetrlik/droolsjbpm-integration/commit/4c834508bc9892e496943a25235fb0814adb6cb0
- is caused by
-
DROOLS-1320 [OSGi] drools-compiler uses wrong package name to import kie-ci
- Resolved