Self-Contained Applications SCA

Building application with Self-Contained Applications

Hi,

I'm currently exploring the new approach to building applications using Maven.

While going through the documentation, I encountered a few uncertainties. For instance, when I run the command:

mvn clean package -Pbundle

I could find the .zip files in the target directory that contain the Tomcat bundle ready for deployment. After executing the start-bonita, the portal is up and running – excellent work, Bonita!

Notifications