Skip to content

Instantly share code, notes, and snippets.

@jronal
Created February 6, 2014 15:42
Show Gist options
  • Select an option

  • Save jronal/8846667 to your computer and use it in GitHub Desktop.

Select an option

Save jronal/8846667 to your computer and use it in GitHub Desktop.
Install jar in maven local
mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging> -DgeneratedPom=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment