Hi everyone, our current kogito-examples are structured in a way that each example has a parent Maven module, similarly as here (1). From feedback I heard, it sometimes makes using them more complicated, because they are usually used as a template for users to start with, when implementing some new project. They just copy paste them somewhere and extend. With the reliance on parent Maven module, not everything is enclosed in such example, therefore it needs investigation, e.g. about the properties defined in parent poms, etc.
My proposal is that it may be good to make the examples standalone. That means removing the parent tag from each example and extending them with the information needed, from the original parent. This will make it much easier to just grab an example and extend it right away, without the need to dig into parent modules. What do you think please? I can work on that myself, if we agree, that it would be good to have. Best regards, Tibor (1) https://github.com/apache/incubator-kie-kogito-examples/blob/stable/kogito-quarkus-examples/dmn-event-driven-quarkus/pom.xml#L7 -- Tibor Zimanyi
