-
Task
-
Resolution: Done
-
Major
-
8.29.0.Final
-
None
-
2022 Week 20-22 (from May 16), 2022 Week 23-25 (from Jun 6), 2022 Week 26-28 (from Jun 27), 2022 Week 29-31 (from Jul 18), 2022 Week 32-34 (from Aug 8), 2022 Week 47-49 (from Nov 21), 2022 Week 50-02 (from Dec 12)
-
1
-
NEW
-
NEW
-
---
-
---
Issue Description:
Currently, `drools-model-compiler` is required to generate the executable model with kie-maven-plugin. However, `drools-engine` and `drools-ruleunits-engine` intend to use executable-model so they should be enough to enable the generation. (These engines contain `drools-model-compiler` anyway)
Acceptance Criteria:
If pom.xml has `drools-engine` or `drools-ruleunits-engine`, kie-maven-plugin can generate the executable model even without explicit `drools-model-compiler` as a dependency.