]
Luca Molteni updated DROOLS-3237:
---------------------------------
Sprint: 2018 Week 45-47
Using -DgenerateModel=YES skips resources compilation check
-----------------------------------------------------------
Key: DROOLS-3237
URL:
https://issues.jboss.org/browse/DROOLS-3237
Project: Drools
Issue Type: Bug
Components: tools
Reporter: Matteo Mortari
Assignee: Luca Molteni
Priority: Major
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.