Created
June 6, 2021 09:53
-
-
Save shredder47/27c27178a09984f0f7ef040651bbb67a to your computer and use it in GitHub Desktop.
Maven Install Local JAR
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=shredder-engine-sdk.jar -DgroupId=com.shredder -DartifactId=shredder-sdk -Dversion=1.0-SNAPSHOT -Dpackaging=jar | |
// -Dfile = full path to the JAR file. Else put the JAR in project's root Dir and then run mvn command from there if you want to specify only the Jar file name. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment