Build

Build

Unknown macro: {scrollbar}

Pax Exam uses Apache Maven for building. The following instructions are based on the fact that you are about to use Maven for building. You may also use another means for building as for example your preferred IDE, since most IDE's will support Maven. To build Pax Exam follow this steps:

  • Download and install Apache Maven
  • Download the latest source from OPS4J SVN
  • In a terminal window go the the root folder where you have downloaded the source and execute the following command:
    mvn install
    
  • (optional) Run integration tests
    mvn install -Pit