maven 手動安裝本地jar到倉庫

安裝命令: mvn install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar 我自己安裝oracle14.jar 時命令如下: mvn install:install-file -DgroupId=co
相關文章
相關標籤/搜索