tree: d261f86e0e88f7ddb692c3f259da0ba1fb7dcbc7 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
modules/io/ora/README.md

The jt-ora module requires the oracle JDBC driver in order to compile.

Download the ojdbc5.jar driver from oracle and install local maven repository:

mvn install:install-file -Dfile=ojdbc7.jar \
   -DgroupId=com.oracle -DartifactId=ojdbc7 \
   -Dversion=11.1.0.7.0 -Dpackaging=jar -DgeneratePom=true

You can then build using the oracle profile:

mvn -Poracle