如何把jar包發佈到maven私服

在cmd下執行如下代碼: 計算機:\maven安裝目錄\bin>mvn deploy:deploy-file -DgroupId=org.sphx
-DartifactId=sphinxapi
-Dversion=1.0 -Dpackaging=jar -Dfile=D:\sphinxapi.jar -Durl=http://IP:port/nexus/content/repositories/thirdparty/ (此url是第三方地址) -DrepositoryId=thirdpartyapi

mvn deploy:deploy-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=1.0 -Dpackaging=jar -Dfile=C:\Users\root\Desktop\ojdbc6.jar -Durl=私服連接地址 -DrepositoryId=thirdpartyoracle

相關文章
相關標籤/搜索