1
0
Переглянути джерело

Added not about how to add Oracle jar

Christophe Debruyne 7 роки тому
батько
коміт
12b86683e2
1 змінених файлів з 2 додано та 0 видалено
  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