Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Building OpenRegistry using Maven2

Info

OpenRegistry provides extensive test coverage at all levels (unit, integration, and functional). Therefore building the application can take longer than expected.

Warning

Due to the functional testing of the RESTful API, the most recent versions of Java 5 and Java 6 should be used for building. The tests will FAIL if an older version is tested. The oldest version that we've tested that works are 1.5.0_19 and 1.6.0_13. Older versions MAY work, but we have not tested them.

Building OpenRegistry via the Maven2 system is simple. From within the PROJECT_HOME directory, execute the following command:

...