apache / incubator-kie-issues

Apache License 2.0
11 stars 1 forks source link

Include SonataFlow webjar to swf-builder and swf-devmode images #1039

Open ricardozanini opened 5 months ago

ricardozanini commented 5 months ago

We have a nice index page for SonataFlow projects that would be nice to add to the images. In a nutshell, we should follow the steps related here: https://github.com/apache/incubator-kie-tools/blob/main/packages/sonataflow-deployment-webapp/README.md#using-the-deployed-webjar

These images generates a new project while building the images with Cekit, so the final image should have included this jar in the pom.xml.

We can either manipulate the POM or add as a Quarkus extension if possible via Quarkus CLI.

See: https://github.com/apache/incubator-kie-kogito-images/blob/main/modules/kogito-swf/common/scripts/added/create-app.sh#L36-L44

ricardozanini commented 3 months ago

This PR must also be in kogito-images, independently of the movement to kie-tools for 10.x