Vertica 9 Driver in Maven Repository
ersaurabhex
- Select Field - ✭
Hi,
I can't find Vertica 9 Driver under Maven repository. Please provide help of either making it available under Maven or instructions on how to add it to our local maven repository.
Thanks,
Saurabh
0
Comments
Hi,
You can download the Vertica drivers here:
https://my.vertica.com/download/vertica/client-drivers/
Once you have the files you want (i.e. vertica-jdbc-9.0.1-0.jar) you should be able to run a command something like the following to add it to your local repository:
mvn install:install-file -Dfile={/path_to/vertica-jdbc-9.0.1-0.jar} -DgroupId=com.vertica -DartifactId=vjdbc9 -Dversion=9.0.1 -Dpackaging=jar