Skip to content

Instantly share code, notes, and snippets.

@xCASx
Created August 20, 2014 18:11
Show Gist options
  • Save xCASx/485f754a6ee0e8fb285b to your computer and use it in GitHub Desktop.
Save xCASx/485f754a6ee0e8fb285b to your computer and use it in GitHub Desktop.
Maven install DB driver to local repo
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.4 -Dpackaging=jar -Dfile=ojdbc6.jar -DgeneratePom=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment