]
Massimiliano Dessi commented on DROOLS-4263:
--------------------------------------------
Fix:
kbase.cache is not generated in kjar by kie-maven-plugin
--------------------------------------------------------
Key: DROOLS-4263
URL:
https://issues.jboss.org/browse/DROOLS-4263
Project: Drools
Issue Type: Bug
Components: tools
Affects Versions: 7.10.0.Final, 7.23.0.Final
Environment: - kie-maven-plugin
Reporter: Toshiya Kobayashi
Assignee: Massimiliano Dessi
Priority: Major
Labels: support
kie-maven-plugin doesn't generate kbase.cache since 7.10.0.Final. It was generated in
7.9.0.Final.
The change was introduced by this commit:
https://github.com/kiegroup/droolsjbpm-integration/commit/e2129e0d
It seems to presume "container == null" in kie-maven-plugin but actually not
null so writeKieModuleMetaInfo() is not executed.