...
In order to run tests in this module first the teradata jdbc driver must be installed in the local maven repository. At the time of this writing the latest driver version is 13.00.00.27. Replace the version number as appropriate in the following steps.#.
- Download the appropriate driver version from Teradata.
...
- Install the jdbc driver:
Code Block mvn install:install-file -DgroupId=com.teradata -DartifactId=terajdbc4 -Dversion=13.00.00.27 -Dpackaging=jar -DgeneratePom=true -Dfile=terajdbc4.jar - Install the jdbc driver:
Code Block mvn install:install-file -DgroupId=com.teradata -DartifactId=terajdbc4 -Dversion=13.00.00.27 -Dpackaging=jar -DgeneratePom=true -Dfile=terajdbc4.jar - Install the security configuration:
Code Block mvn install:install-file -DgroupId=com.teradata -DartifactId=tdgssconfig -Dversion=13.00.00.27 -Dpackaging=jar -DgeneratePom=true -Dfile=tdgssconfig.jar