Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created June 21, 2018 22:27
Show Gist options
  • Save Ikhiloya/3554b4a4f4c66fbaaa0044783dcc7349 to your computer and use it in GitHub Desktop.
Save Ikhiloya/3554b4a4f4c66fbaaa0044783dcc7349 to your computer and use it in GitHub Desktop.
command to install ojdb for jqava
mvn install:install-file -Dfile={Path/to/your/ojdbc7.jar} -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=12.1.0 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment