Building
Maven#
You may use Maven to build the project:
mvn clean package
You may use Maven to run the test suite on the default database:
mvn clean test
You may use Maven to run the test suite on all tested databases:
mvn clean test-compile exec:exec
Contributing#
Patches welcome in any form.
Contributions must be your own original work and must licensed under the Apache License, Version 2.0, the same license used by iciql.