赞
踩
maven工程使用
maven工程找不到依赖
手动安装jar到maven本地仓库(-Dfile=ojdbc7.jar和-Dversion=12.1.0.1根据需要修改即可)
mvn install:install-file -Dfile=C:\Users\Administrator\Desktop\ojdbc6-11.2.0.3.jar -DgroupId=com.svw.otd -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar -DgeneratePom=true
类似上面这种
mvn install:install-file -Dfile=jar包的本地路径 -DgroupId=公司 -DartifactId=项目名称 -Dversion=版本好 -Dpackaging=打包方式 -DgeneratePom=true
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。