mvn deploy:deploy-file -DgroupId=com.hello -DartifactId=hello-world -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/Users/jar-file/hello-world-1.0.0-SNAPSHOT.jar -DpomFile=/Users/jar-file/hello-world-1.0.0-SNAPSHOT.pom -Durl=http://nexus.hello.com:8080/repository/maven-snapshots/ -DrepositoryId=public-snapshots
注意事項(xiàng)
1.需要提前做鑒權(quán),如果在idea里已經(jīng)配置了setting的話可以在maven插件狀態(tài)欄的M按鈕處執(zhí)行史煎,如下圖
2.Dfile和DpomFile為磁盤絕對路徑谦屑,并且路徑不能在maven本地倉庫路徑,否則可能會報(bào) Cannot deploy artifact from the local repository 錯誤
參考地址: https://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.html