maven 手动安装本地jar包(转载)

From:http://www.cnblogs.com/leiOOlei/p/3356834.html

安装命令:

mvn install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar
原文地址:https://www.cnblogs.com/xiaoerlang/p/4609635.html