Skip to content

Instantly share code, notes, and snippets.

@snallami
Created September 10, 2014 01:33
Show Gist options
  • Save snallami/205e6e90cd35158a9b6c to your computer and use it in GitHub Desktop.
Save snallami/205e6e90cd35158a9b6c to your computer and use it in GitHub Desktop.
1) Download dependencies
mvn dependency:copy-dependencies.
2) Install jar to maven repo locally
e.g. mvn install:install-file -Dfile=C:/gitbuild/myJar.jar -DgroupId=com.devruntime -DartifactId=sample -Dversion=0.1.0-SNAPSHOT -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment