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
You can speed up the build by using:
-DskipTests=trueoption to skip unit tests-Dskip.bundle.tests=trueoption to skip bundle end-to-end smoke tests
./mvnw package -DskipTests=true -Dskip.bundle.tests=true