<!-- (参数一):-10.2.0.4.0.jar包的真实存放路径 -->
<dependency>
<groupId>ojdbc</groupId>-----------------(参数二)
<artifactId>ojdbc</artifactId>-----------(参数三)
<version>10.2.0.4.0</version>------------(参数四)
</dependency>
mvn install:install-file -Dfile=jar包的位置(参数一) -DgroupId=groupId(参数二) -DartifactId=artifactId(参数三) -Dversion=version(参数四) -Dpackaging=jar
jar包当前目录下 CMD
mvn install:install-file -Dfile=pageoffice5.2.0.12.jar -DgroupId=com.officesoft -DartifactId=pageoffice -Dversion=5.2.0.12 -Dpackaging=jar