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
maven 手动安装本地jar包(转载)
原文:http://www.cnblogs.com/xiaoerlang/p/4609635.html