This content has been marked as final.
Show 2 replies
-
1. Re: Is it possible to configure the KIE Maven Plugin to look for kmodule.xml (and rule files) in a non-standard directory (not src/main/resources/META-INF)?
tari_manga Jan 16, 2017 4:01 AM (in response to acubata)1 of 1 people found this helpfulHi, yes it should be possible, the kie-maven-plugin accept configuration parameter "sourceFolder" for the non-standard input directory (default being indeed: src/main/resources). I attach screenshot example below.
A word of warning. Using non-standard Maven structure is also source of potential troubles for other build phases (of Maven), so you may need to add additional configuration in the pom.xml, in the build configuration, or for other Maven plug-ins. Anyway this is something related to the Maven configuration and not related to Drools.
Example:
-
2. Re: Is it possible to configure the KIE Maven Plugin to look for kmodule.xml (and rule files) in a non-standard directory (not src/main/resources/META-INF)?
dmarrazzo Jan 16, 2017 4:19 AM (in response to acubata)Hi Alexei,
Which is the use case?