Skip to content

Instantly share code, notes, and snippets.

@casidiablo
Created November 21, 2013 21:19
Show Gist options
  • Save casidiablo/7589829 to your computer and use it in GitHub Desktop.
Save casidiablo/7589829 to your computer and use it in GitHub Desktop.
How to publish a jar to your local maven
mvn install:install-file \
  -Dfile=OoyalaSDK.jar \
  -DgroupId=com.ooyala \
  -DartifactId=ooyala-sdk \
  -Dpackaging=jar -Dversion=2.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment