株式会社イーツー・インフォの社員ブログ
株式会社イーツー・インフォの社員ブログ
<pre> <scope>system</scope> <systemPath>${project.basedir}/lib/ocijdbc11.jar</systemPath> </pre>参照できなかったときのエラー
[WARNING] 'dependencies.dependency.systemPath' for com.oracle:ocijdbc11:jar should not point at files within the project directory, ${project.basedir}/lib/ocijdbc11.jar will be unresolvable by dependent projects @ line 246, column 16
- name: Install ocijdbc11.jar run: mvn install:install-file -Dfile=lib/ocijdbc11.jar -DgroupId=com.oracle -DartifactId=ocijdbc11 -Dversion=11.2.0.4 -Dpackaging=jar
<dependency> <groupId>com.oracle</groupId> <artifactId>ocijdbc11</artifactId> <version>11.2.0.1.0</version> </dependency>