Created
June 7, 2021 15:55
-
-
Save IamFaizanKhalid/749280da4be3520b6d79d11f7cb545ba to your computer and use it in GitHub Desktop.
Command to install a packaged jar into local maven repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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