This project generates the Bonita Runtime bundles.
Java JDK 17 is the minimum required version to build the project.
This project bundles the Maven Wrapper, so the mvnw
script is available at the project root.
The project depends on a lot of other bonita artifacts (engine, web, ...) so you must build them first (install artifacts in your local repository).
The Bonita Community build script can help in that case.
If you want to contribute, ask questions about the project, report bug, see the contributing guide.
./mvnw package
Note: You need to run this command before building the docker command explain in the dedicated README