Versions Compared

Key

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

...

By default, it will generate it for the Oracle dialect. To change that open the openregistry-repository-jpa-impl/src/test/resources/hibernate.cfg.xml and change the dialect to the one appropriate for your database. Hopefully we can externalize that in the near future.

Generating Clover Test Coverage Reports

OpenRegistry utilizes Clover2 from Atlassian to generate test coverage reports of its code base. These are stored in OPENREGISTRY/target/site/clover/ To generate the reports, use the command below:

Code Block
mvn clover2:instrument clover2:aggregate clover2:clover