Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 915 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 915 Bytes

Bonita Distrib

This project generates the Bonita Runtime bundles.

Requirements

Java JDK 17 only

This project bundles the Maven Wrapper, so the mvnw script is available at the project root.

Dependencies

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.

Contribution

If you want to contribute, ask questions about the project, report bug, see the contributing guide.

Build the project

./mvnw package

Note: You need to run this command before building the docker command explain in the dedicated README