Skip to content

Instantly share code, notes, and snippets.

@michaweber
Last active April 25, 2016 12:47
Show Gist options
  • Save michaweber/f806b376d8bb8aaec46ee180632b4ddf to your computer and use it in GitHub Desktop.
Save michaweber/f806b376d8bb8aaec46ee180632b4ddf to your computer and use it in GitHub Desktop.
install oracle jdbc
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 \
  -Dversion=11.1.0.6.0 -Dpackaging=jar -Dfile=lib\ojdbc6.jar -DgeneratePom=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment