maven install安装ojdbc14到本地资源库

Oracle数据库的驱动ojdbc 需要官方授权才能下载, 故在maven中央库中是没有ojdbc相关的jar包,我们可以通过 mvn install:install-file 把第三方jar包导入到本地的资源库中。

下面以ojdbc14-9.0.2.0.0.jar 为例:

导入命令:

过程如下:

成功后可以再本地的资源库中看到下图信息:

然后在需要引用的工程配置文件:pom.xml 加入如下信息即可:

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/software/build/maven-install-3rd/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">