This project builds bonita BPM Execution Engine (Community Edition)
Java JDK 1.7 or higher Maven 3.x or higher
just run the following Maven command:
mvn clean install
To be able to successfully build the Bonita BPM components that use the Engine, run:
mvn clean install -Ppackage,javadoc
The command above runs all unit tests. To skip them, add "-DskipTests" option.
To run all unit + integration tests, run the following command:
mvn clean install -Ptests