-
Task
-
Resolution: Done
-
Major
-
7.73.0.Final
-
None
-
2022 Week 32-34 (from Aug 8), 2022 Week 38-40 (from Sept 19), 2022 Week 41-43 (from Oct 10), 2022 Week 44-46 (from Oct 31), 2022 Week 47-49 (from Nov 21), 2022 Week 50-02 (from Dec 12)
-
1
-
NEW
-
NEW
-
---
-
---
Issue Description:
https://github.com/kiegroup/drools/pull/4600#discussion_r938724797
Currently, kie-drools-exec-model-archetype and kie-drools-exec-model-ruleunit-archetype generate DRL file always under "org/example" directory. It may not match with its rules' package that is specified with an archetype parameter. Though such a project/rule is acceptable and actually works but we may be able to generate it in a better way?
Acceptance Criteria:
DRL file is placed under the specified package directory (= "package" parameter in maven archetype command, same as Java classes).