Ortelium v2.1 Ortelium is built utilizing maven. Obtain maven from maven.apache.org Build Ortelium: > mvn compile Create a distributable Web Archive: > mvn package Create a standalong JAR file: > mvn assembly:single Note: 1. The standalone JAR file will requires a 2525B resource directory in its path. 2. Utilize the run.sh and debug.sh scripts to execute the standalone JAR file. 3. Default module is package, so executing just mvn will execute a clean, compile, and generate a WAR