Skip to content
tcalmant edited this page Dec 23, 2014 · 1 revision

This project is built using Maven 3.

First, you'll need to install the Jabsorb fork artifact:

$ git clone https://github.com/isandlaTech/cohorte-org.jabsorb.ng.git
$ cd cohorte-org.jabsorb.ng
$ mvn clean install
$ cd ..

Then, you'll be able to build this project:

$ git clone https://github.com/isandlaTech/cohorte-remote-services.git
$ cd cohorte-remote-services
$ mvn clean install
$ cd ..

Produced bundles will be in the target directory of each sub-project directory.

Clone this wiki locally