Skip to content

Instantly share code, notes, and snippets.

@fundter
Last active January 30, 2019 09:00
Show Gist options
  • Save fundter/7d913ec821cc56d6f6799370e0c47855 to your computer and use it in GitHub Desktop.
Save fundter/7d913ec821cc56d6f6799370e0c47855 to your computer and use it in GitHub Desktop.
Deploy jar file to local maven repository
mvn deploy:deploy-file -DgroupId=com.sample -DartifactId=sample -Dversion=47.11 -Dpackaging=jar -Dfile=/path/to/sample.jar -DrepositoryId=repository-id -Durl=file:/path/to/repo/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment