Skip to content

Instantly share code, notes, and snippets.

@duydo
Created April 17, 2012 02:24
Show Gist options
  • Save duydo/2402998 to your computer and use it in GitHub Desktop.
Save duydo/2402998 to your computer and use it in GitHub Desktop.
install a jar file into maven local repository
mvn install:install-file -DgroupId=com.example -DartifactId=example-app -Dversion=1.0 -Dpackaging=jar -Dfile=path/to/jar/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment