elguardian commented on issue #1460: URL: https://github.com/apache/incubator-kie-issues/issues/1460#issuecomment-2457202880
@fjtirado the problem lies when you have a service task (pojo) defined in the src where the plugin is being executed. In those cases the codegen cannot find it. (as generate-sources) it is executed before the compilation hence the problem with the lifecycle we had. You have an example of this in here: https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-flow-builder/src/main/java/org/jbpm/compiler/canonical/descriptors/ServiceTaskDescriptor.java#L143-L159 -- 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]
