[go: nahoru, domu]

Skip to content

pb404/bonita-engine

 
 

Repository files navigation

bonita-engine Build Status

What it does?

This project builds Bonita Execution Engine (Community Edition)

Requirements

Java JDK 1.8 or higher

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

Building the Engine

Just run the following Maven command:

./mvnw install

To be able to successfully build the Bonita components that use the Engine, run:

 ./mvnw install -Ppackage,javadoc

The command above runs all unit tests. To skip them, add the -DskipTests option.

To run all unit + integration tests (on the default embedded H2 database), run the following command:

./mvnw verify -Ptests

To run all unit + integration tests on mysql, postgres or oracle using a Docker container, run one of the following commands:

./mvnw verify -Ptests,mysql
./mvnw verify -Ptests,oracle
./mvnw verify -Ptests,postgres

How to contribute

In order to contribute to the project, read the guide.

About

BPM Execution Engine module for Bonita product

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%