Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Created July 18, 2012 18:00
Show Gist options
  • Select an option

  • Save maleficarum/3137767 to your computer and use it in GitHub Desktop.

Select an option

Save maleficarum/3137767 to your computer and use it in GitHub Desktop.
Publish local artifact to maven
mvn deploy:deploy-file -DgroupId=group -DartifactId=artifact -Dversion=1.3.1 -Dpackaging=jar -Dfile=myjar.jar -Durl=file:$HOME/mavenrepo/releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment