-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2018 Week 45-47
-
NEW
-
NEW
Usually the standard kie-maven-plugin mojo compiles any Drools resource at compile time in order to check for errors.
Using -DgenerateModel=YES instead generate the exec model, but skips resource compilation.
To replicate:
introduce a Drools resource which does NOT compile in the KJAR. Without the flag, it fail maven compilation. With the flag, maven compilation succeeds.