Loading

maven 打oracle jiar 包

mvn install:install-file  
-DgroupId=com.oracle  //设置项目代码的包名   
-DartifactId=ojdbc6   //设置项目名或模块名 
-Dversion=11.2.0.3    //设置版本号 
-Dpackaging=jar       //设置什么类型的文件(jar包)
-Dfile=D:\Maven\repository\com\oracle\ojdbc6\ojdbc6-11.2.0.3.jar  //jar所处位置

posted @ 2020-07-13 14:45  Rzk  阅读(92)  评论(0编辑  收藏  举报