浏览代码

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