We must add junit based regression tests to the Maven build. I think the simplest way to do this is to turn the current examples into JUnit tests and then use the maven-failsafe-plugin to establish an integration test suite that essentially:
- Drops existing test-database
- Creates a new test-database
- Installs PL/Java into the new test-database
- Installs test functions into the new test-database
- Runs the JUnit tests