Skip to content

Instantly share code, notes, and snippets.

@IamFaizanKhalid
Created June 7, 2021 15:55
Show Gist options
  • Save IamFaizanKhalid/749280da4be3520b6d79d11f7cb545ba to your computer and use it in GitHub Desktop.
Save IamFaizanKhalid/749280da4be3520b6d79d11f7cb545ba to your computer and use it in GitHub Desktop.
Command to install a packaged jar into local maven repository
mvn install:install-file
-Dfile=./lib/RedshiftJDBC41-no-awssdk-1.2.27.1051.jar
-DgroupId=com.amazon.redshift \
-DartifactId=jdbc41
-Dversion=1.2.27.1051
-Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment