These instructions are obsolete! Oracle JDBC Jars are published to the Maven central repo, no need to install manually.
If a jar is not available from a public repository (for example, Oracle JDBC jars), then you can get Maven to manually install a copy of the jar in the local repository. To manually deploy the Oracle JDBC driver to your local repository type the following:
|
|
where ${ORACLE_HOME}
is the path to the Oracle Database installation. You can then reference the the jar via a dependency declaration like the following:
|
|