Title: Maven

Building the Olingo Project


The project uses Git for source code management and version control and uses Maven for build.

Clone the project

To get the code for just clone the project from:

OData 2.0 repository
git clone https://gitbox.apache.org/repos/asf/olingo-odata2
OData 4.0 repository
git clone https://gitbox.apache.org/repos/asf/olingo-odata4

Building the Project

The project builds with Maven. Simply call

mvn clean install

to run the build, execute JUnit tests and create all artifacts.

Further information to Git and Maven is available here: