Skip to content

Instantly share code, notes, and snippets.

@justnom
Last active December 21, 2015 12:48
Show Gist options
  • Save justnom/6307882 to your computer and use it in GitHub Desktop.
Save justnom/6307882 to your computer and use it in GitHub Desktop.
Import .jar file into local maven repository.
mvn install:install-file -Dfile=awesome-thing-1.0.jar -DgroupId=com.mycompany -DartifactId=awesome-thing -Dversion=1.0 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment