Skip to content

Instantly share code, notes, and snippets.

@shredder47
Created June 6, 2021 09:53
Show Gist options
  • Save shredder47/27c27178a09984f0f7ef040651bbb67a to your computer and use it in GitHub Desktop.
Save shredder47/27c27178a09984f0f7ef040651bbb67a to your computer and use it in GitHub Desktop.
Maven Install Local JAR
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