Skip to content

Instantly share code, notes, and snippets.

@bertrandmartel
Last active August 29, 2015 14:20
Show Gist options
  • Save bertrandmartel/42d5be0793ca0d269a1a to your computer and use it in GitHub Desktop.
Save bertrandmartel/42d5be0793ca0d269a1a to your computer and use it in GitHub Desktop.
[ MAVEN ] Maven install jar
mvn install:install-file -Dfile=target.jar -DgroupId=fr.company -DartifactId=groupId -Dversion=3.2.3 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment