码迷,mamicode.com
首页 > 编程语言 > 详细

maven打jar包到本地仓库

时间:2018-06-21 17:27:28      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:depend   enc   acl   2.0   mave   TE   exe   AC   maven   

(1)打包命令

mvn install:install-file -Dfile=C:\oraclexe\app\oracle\product\11.2.0\server\jdbc\lib\ojdbc6.jar -DgroupId=www.oracle.com -DartifactId=xedriver -Dversion=0.6.0 -Dpackaging=jar

(2)pom文件对应写法

<dependency>
	<groupId>www.oracle.com</groupId>
	<artifactId>xedriver</artifactId>
	<version>0.6.0</version>
</dependency>

  

maven打jar包到本地仓库

标签:depend   enc   acl   2.0   mave   TE   exe   AC   maven   

原文地址:https://www.cnblogs.com/mituxiaogaoyang/p/9209310.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!