Skip to content

Instantly share code, notes, and snippets.

@jpukg
Forked from jronal/install jar in maven local
Created October 10, 2016 18:43
Show Gist options
  • Save jpukg/54fe7be56465abafbdbd46c496f23338 to your computer and use it in GitHub Desktop.
Save jpukg/54fe7be56465abafbdbd46c496f23338 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