celvin / bonita-engine

Home Page:http://community.bonitasoft.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bonita-engine

What it does?

This project builds bonita BPM Execution Engine (Community Edition)

Requirements

Java JDK 1.7 or higher
Maven 3.x or higher

Building the Engine

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

About

http://community.bonitasoft.com/


Languages

Language:Java 100.0%Language:Shell 0.0%