Skip to content

Instantly share code, notes, and snippets.

@dmitryn
Created November 21, 2017 08:23
Show Gist options
  • Save dmitryn/7a4492c5e4ef1d01404e95d1c22773e7 to your computer and use it in GitHub Desktop.
Save dmitryn/7a4492c5e4ef1d01404e95d1c22773e7 to your computer and use it in GitHub Desktop.
Install jar to local maven repo
lein uberjar
mvn install:install-file -Dfile=target/app.jar -DgroupId=com.app -DartifactId=app -Dversion=0.0.1 -Dpackaging=jar -DgeneratePom=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment