Browse Source

Added not about how to add Oracle jar

Christophe Debruyne 7 years ago
parent
commit
12b86683e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -9,6 +9,8 @@ $ mvn package
 $ mvn dependency:copy-dependencies
 ```
 
+Note: in order to support connection to Oracle databases, we rely on a library that is not available from the Maven repository. If you have that library not installed manually, run `mvn clean` before `mvn package` and it will install the library locally prior to packaging.
+
 The run the R2RML processor, execute the following command:
 
 ```bash