For building the Teradata client on your system should be installed:
- Java 8
- Maven 3 How install.
For compiling the client execute build.sh script.
- Specify JDK 8 in Project Settings -> Project Structure -> Project -> SDK
- Install all dependencies with Maven plugin
For compiling client Using Maven plugin execute:
Lifecycle methods:
mvn cleanmvn compile
Plugins:
mvn assembly:single
The built JAR file you can find following by ./target/Hackolade-Teradata-1.0-jar-with-dependencies.jar
For use in Teradata plugin rename this JAR file to TeradataClient.jar and put to reverse_engineering/addons/HackoladeClient.jar