-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.23.0.Final
-
None
-
NEW
-
NEW
-
The issue is very similar to a previous issue: https://bugzilla.redhat.com/show_bug.cgi?id=1108070
When building a jbpm project outside the workbench on the commandline and including a kbase in the kmodule.xml file, which is from another rules project, and was added as a dependency in the project pom.xml file, I get the following error:
[ERROR] Failed to execute goal org.kie:kie-maven-plugin:7.23.0.Final-redhat-00002:build (default-build) on project parent_process: Execution default-build of goal org.kie:kie-maven-plugin:7.23.0.Final-redhat-00002:build failed: Unable to get KieModule, Errors Existed: Error Messages:
[ERROR] Message [id=1, kieBase=parent_process, level=ERROR, path=src/main/resources/META-INF/kmodule.xml, line=0, column=0
[ERROR] text=Unable to build KieBase, could not find include: child_rules_kbase]
When building it inside workbench no errors are thrown and during execution, everything is working correctly.