Skip to content

Instantly share code, notes, and snippets.

@phuongtailtranminh
Created November 23, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phuongtailtranminh/eb90f6ac31f8a6ee47866d91e0019c5e to your computer and use it in GitHub Desktop.
Save phuongtailtranminh/eb90f6ac31f8a6ee47866d91e0019c5e to your computer and use it in GitHub Desktop.
Maven
# Install third party library to local maven repository
mvn install:install-file -Dfile=/path/to/file.jar -DgroupId=groupId -DartifactId=artifactId -Dversion=version -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment