1
0
Pārlūkot izejas kodu

Added not about how to add Oracle jar

Christophe Debruyne 7 gadi atpakaļ
vecāks
revīzija
12b86683e2
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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