dcdh opened a new issue, #6274: URL: https://github.com/apache/incubator-kie-drools/issues/6274
**Current behavior** DroolsAssetProcessor rely on ArchiveRootBuildItem to create the [Drools build context](https://github.com/apache/incubator-kie-drools/blob/10.0.0/drools-quarkus-extension/drools-quarkus-deployment/src/main/java/org/drools/quarkus/deployment/DroolsAssetsProcessor.java#L105) This way, drl files present in another modules or indexed dependencies will not be picked up by the build process. **Expected behavior** We should be able to build drl rules from mulit module project and indexed dependencies. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
