Skip to content

Building from source

Hasitha Aravinda edited this page May 17, 2014 · 1 revision
  1. Clone project from : https://github.com/hasithaa/java4bpel.git

    git clone https://github.com/hasithaa/java4bpel.git

  2. Move to cloned directory, and build project using maven 3.

    mvn clean install

  3. Built artifacts are located at following locations.

java4bpel extension bundle : $cloned_location/ode-java-extension/target

sample bpel process : $cloned_location/bpel-samples/HelloWorld2/target