(1)打包命令
mvn install:install-file -Dfile=C:oraclexeapporacleproduct11.2.0serverjdbclibojdbc6.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>