gitgabrio opened a new issue, #847: URL: https://github.com/apache/incubator-kie-issues/issues/847
See discussion [here](https://community.ibm.com/community/user/automation/discussion/quarkus-kogito-extension-maven-project-with-generated-dmn-resources-from-another-maven-dependency#bmb1e1ec67-dde7-4be3-aa07-018d35869f98) Core point: During codegen, scanned path are "hardcoded" to "src/main" (i.e. under the source folder), and that prevent to import files from different jars, even using the standard maven `dependency:unpack-jar` (a possible workaround could be to extract files from imported jars under the "sources" folder, but it would be a pretty bad choice). Todo: 1. go over original community thread 2. verify problem/involved code 3. implement better path-resolution strategy -- 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]
