Fork me on GitHub

Building HA-JDBC

To build from source, first obtain the source code from either:

Build requirements

Building the JAR

mvn package

The generated jar file resides in the target directory. As of version 2.1, HA-JDBC has no require dependencies. See the Dependencies documentation to download any optional dependencies.

Building the project site/documentation

mvn site

The generated documentation resides in the target/site directory.