Building ORDI with Maven 2

Maven is more than just a build tool. In the ORDI project we use all Maven best practices to manage and configure our full build life-cycle process. It should be a matter of minutes to compile the ORDI source code and generate extensive project reports.

  • Installing Maven

    ORDI requires Maven 2 to be installed. To check if you have already installed Maven 2 and its version simply type mvn -v. Installing Maven is easy, just follow the instructions provided on its official download site.

  • Getting the latest ORDI sources

    Please check section Source Repository to learn how to get the latest sources.

  • Building ORDI and running unit tests Building ORDI and running unit tests

    Run Maven with install goal:

    mvn install

    Now that you have successfully built ORDI, the jar files are located in your private repository ~\.m2\repository\ordi.